|
jremote jbase5.2.1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientHandle | |
---|---|
com.jbase.jremote.io.inflow | |
com.jbase.jremote.jca.inflow | |
com.jbase.jremote.jca.inflow.protocol |
Uses of ClientHandle in com.jbase.jremote.io.inflow |
---|
Methods in com.jbase.jremote.io.inflow with parameters of type ClientHandle | |
---|---|
void |
RequestHandler.handleClose(ClientHandle handle)
Called when a client close event occurs. |
byte[] |
RequestHandler.handleRequest(ClientHandle handle,
byte[] request)
Called when a client has sent a request. |
void |
RequestHandler.handleResponse(ClientHandle handle,
byte[] response)
Send a response to the supplied client (sessionId). |
void |
RequestHandler.handleTimeout(ClientHandle handle)
Called when a select times out waiting for client keys. |
Uses of ClientHandle in com.jbase.jremote.jca.inflow |
---|
Methods in com.jbase.jremote.jca.inflow with parameters of type ClientHandle | |
---|---|
void |
InboundRequestHandler.handleClose(ClientHandle handle)
|
byte[] |
InboundRequestHandler.handleRequest(ClientHandle handle,
byte[] requestBytes)
|
void |
InboundRequestHandler.handleResponse(ClientHandle handle,
byte[] responseBytes)
|
void |
InboundRequestHandler.handleTimeout(ClientHandle handle)
|
Uses of ClientHandle in com.jbase.jremote.jca.inflow.protocol |
---|
Methods in com.jbase.jremote.jca.inflow.protocol with parameters of type ClientHandle | |
---|---|
JBaseSerializable |
StartTransactionRequest.execute(ClientHandle handle,
RequestHandler handler)
|
JBaseSerializable |
RollbackTransactionRequest.execute(ClientHandle handle,
RequestHandler handler)
|
JBaseSerializable |
InboundRequest.execute(ClientHandle handle,
RequestHandler handler)
|
JBaseSerializable |
CommitTransactionRequest.execute(ClientHandle handle,
RequestHandler handler)
|
JBaseSerializable |
ActivationRequest.execute(ClientHandle handle,
RequestHandler handler)
|
|
jremote jbase5.2.1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |