org.omg.Messaging
Interface SYNC_NONE
public interface SYNC_NONE
Equivalent to one allowable interpretation of oneway
operation. The ORB returns control to the client (e.g. returns from the method
invocation) before passing the request message to the transport protocol. The client
is guaranteed not to block. Since no reply is returned from the server, no location-forwarding
can be done with this level of synchronization.
Field Summary |
static short |
value
|
value
static final short value
- See Also:
- Constant Field Values
Read the latest documentation online