|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openorb.orb.net.ClientManagerImpl
Constructor Summary | |
ClientManagerImpl(org.omg.CORBA.ORB orb)
|
|
ClientManagerImpl(org.omg.CORBA.ORB orb,
ServerManager serverManager)
|
Method Summary | |
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 enters the closed or paused state. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClientManagerImpl(org.omg.CORBA.ORB orb)
public ClientManagerImpl(org.omg.CORBA.ORB orb, ServerManager serverManager)
Method Detail |
public org.omg.CORBA.ORB orb()
orb
in interface ClientManager
public ServerManager getServerManager()
getServerManager
in interface ClientManager
public ClientBinding[] create_bindings(org.omg.CORBA.Object obj, org.omg.IOP.IOR ior)
create_bindings
in interface ClientManager
obj
- target object.ior
- IOR of target.
public void register_protocol(int profile_tag, ClientProtocol protocol)
register_protocol
in interface ClientManager
public boolean register_channel(ClientChannel channel)
register_channel
in interface ClientManager
public void unregister_channel(ClientChannel channel)
unregister_channel
in interface ClientManager
public void shutdown(boolean wait_for_complete, boolean kill_requests)
ClientManager
shutdown
in interface ClientManager
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |