org.omg.Messaging

Interface SYNC_WITH_TRANSPORT

public interface SYNC_WITH_TRANSPORT

A CORBA synchronization mode, defining how far the request shall progress before control is returned to the client for one way operations (when no response is required). OMG specification defines the following modes: The java API specification up till 1.4 inclusive defines only one constant, SYNC_WITH_TRANSPORT.
Field Summary
shortvalue
The mode, indicating, that the ORB returns control to the client only after the transport has accepted the request message.

Field Detail

value

public short value
The mode, indicating, that the ORB returns control to the client only after the transport has accepted the request message. There is stil no guarantee that the request will be delivered, but the server should send a reply message.