org.omg.Messaging
Interface SYNC_WITH_SERVER
public interface SYNC_WITH_SERVER
The server-side ORB shall send a reply before invoking
the target implementation. If a reply of NO_EXCEPTION is sent, any necessary
location-forwarding has already occurred. Upon receipt of this reply, the client-side
ORB shall return control to the client application. This form of guarantee is useful
where the reliability of the network is substantially lower than that of the server.
The client blocks until all location-forwarding has been completed. For a server
using a POA, the reply would be sent after invoking any ServantManager, but
before delivering the request to the target Servant.
Field Summary |
static short |
value
|
value
static final short value
- See Also:
- Constant Field Values
Read the latest documentation online