|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openorb.net.ClientManagerImpl
Constructor Summary | |
---|---|
ClientManagerImpl(ORB orb)
|
|
ClientManagerImpl(ORB orb,
ServerManager serverManager)
|
Method Summary | |
---|---|
ClientBinding[] |
create_bindings(Object obj,
IOR ior)
Create bindings for a given IOR. |
ServerManager |
getServerManager()
Get a reference to the server manager. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClientManagerImpl(ORB orb)
public ClientManagerImpl(ORB orb, ServerManager serverManager)
Method Detail |
public ORB orb()
orb
in interface ClientManager
public ServerManager getServerManager()
getServerManager
in interface ClientManager
public ClientBinding[] create_bindings(Object obj, 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 |