|
Calypso Gateway v1.0 | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--codec.client.ClientRequestPool
Class taking care of the consistency of the Client Requests collection.
Field Summary | |
private java.util.Map |
objects
|
Constructor Summary | |
ClientRequestPool()
|
Method Summary | |
void |
deregister(long callID)
Deregister Client Request identified by "callID". |
ClientRequest |
getRequest(long callID)
Retrieve index of CORBA object identified by "callID" from pool. |
void |
register(ClientRequest request)
Perform a thread-safe registration of the Client Request. |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.util.Map objects
Constructor Detail |
public ClientRequestPool()
Method Detail |
public ClientRequest getRequest(long callID)
null
in case no such "callID" is registered.public void register(ClientRequest request)
public void deregister(long callID)
|
Calypso Gateway v1.0 | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |