|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 exits the CONNECTED state. |
Method Detail |
public ORB orb()
public ServerManager getServerManager()
public ClientBinding[] create_bindings(Object obj, IOR ior)
obj
- target object.ior
- IOR of target.INV_OBJREF
- the object reference is invalid.public void register_protocol(int profile_tag, ClientProtocol protocol)
public boolean register_channel(ClientChannel channel)
public void unregister_channel(ClientChannel channel)
public 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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |