org.omg.Messaging
Interface SYNC_WITH_TRANSPORT
public interface SYNC_WITH_TRANSPORT
Equivalent to one allowable interpretation of
     oneway operation. The ORB returns control to the client only after
     the transport has accepted the request message. This in itself gives no guarantee
     that the request will be delivered, but in conjunction with knowledge of the
     characteristics of the transport may provide the client with a useful degree of
     assurance. For example, for a direct message over TCP, SYNC_WITH_TRANSPORT is not a stronger
     guarantee than SYNC_NONE.
     However, for a store and forward transport, this QoS provides a high level of
     reliability. 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