org.omg.Messaging
Interface SyncScopePolicyOperations
- All Superinterfaces: 
 - PolicyOperations
 
- All Known Subinterfaces: 
 - SyncScopePolicy
 
public interface SyncScopePolicyOperations
- extends PolicyOperations
 
This policy is applied to oneway
     operations to indicate the synchronization scope with respect to the target of that
     operation request. It is ignored when any non-oneway operation is invoked. This
     policy is also applied when the DII is used with a flag of INV_NO_RESPONSE since
     the implementation of the DII is not required to consult an interface definition to
     determine if an operation is declared oneway. The default value of this Policy is not
     defined. Applications must explicitly set an ORB-level SyncScopePolicy to ensure
     portability across ORB implementations. When instances of SyncScopePolicy are
     created, a value of type Messaging::SyncScope is passed to
     CORBA::ORB::create_policy. This policy is only applicable as a client-side
     override. The client's SyncScopePolicy is propagated within a request in the
     RequestHeader's response_flags of the GIOP Request Header.
 
 
synchronization
short synchronization()
 
 
                 Read the latest documentation online