public interface ClientManager
| Modifier and Type | Method and Description |
|---|---|
ClientBinding[] |
create_bindings(org.omg.CORBA.Object obj,
org.omg.IOP.IOR ior)
Create bindings for a given IOR.
|
ServerManager |
getServerManager()
Get a reference to the server manager.
|
org.omg.CORBA.ORB |
orb()
Return an orb reference.
|
boolean |
register_channel(ClientChannel channel)
Register a channel to join the work queue.
|
void |
register_protocol(int profile_tag,
ClientProtocol protocol)
Register a client protocol.
|
void |
shutdown(boolean wait_for_complete,
boolean kill_requests)
Shutdown the client side of the orb.
|
void |
unregister_channel(ClientChannel channel)
Called when a channel exits the CONNECTED state.
|
org.omg.CORBA.ORB orb()
ServerManager getServerManager()
ClientBinding[] create_bindings(org.omg.CORBA.Object obj, org.omg.IOP.IOR ior)
obj - target object.ior - IOR of target.org.omg.CORBA.INV_OBJREF - the object reference is invalid.void register_protocol(int profile_tag,
ClientProtocol protocol)
boolean register_channel(ClientChannel channel)
void unregister_channel(ClientChannel channel)
void shutdown(boolean wait_for_complete,
boolean kill_requests)
wait_for_complete - true if the operation should not return
until the client side is shut down.kill_requests - true if requests which are currently being
processed should be killed.