|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestFuture | |
---|---|
com.genesyslab.platform.clusterprotocol | Cluster Protocol Application Block |
com.genesyslab.platform.commons.protocol | Contains classes that support the Protocol objects
used by applications developed with the Platform SDKs. |
Uses of RequestFuture in com.genesyslab.platform.clusterprotocol |
---|
Classes in com.genesyslab.platform.clusterprotocol that implement RequestFuture | |
---|---|
protected class |
ClusterProtocolImpl.RequestFutureWrapper
|
Methods in com.genesyslab.platform.clusterprotocol that return RequestFuture | |
---|---|
RequestFuture |
ClusterProtocolImpl.beginRequest(Message message)
|
RequestFuture |
ClusterProtocolImpl.beginRequest(Message message,
long timeout)
|
Methods in com.genesyslab.platform.clusterprotocol with parameters of type RequestFuture | |
---|---|
Message |
ClusterProtocolImpl.endRequest(RequestFuture future)
|
Message |
ClusterProtocolImpl.endRequest(RequestFuture future,
long timeout)
|
Constructors in com.genesyslab.platform.clusterprotocol with parameters of type RequestFuture | |
---|---|
ClusterProtocolImpl.RequestFutureWrapper(RequestFuture rqFuture,
Protocol protocol)
|
Uses of RequestFuture in com.genesyslab.platform.commons.protocol |
---|
Methods in com.genesyslab.platform.commons.protocol that return RequestFuture | |
---|---|
RequestFuture |
RequestChannel.beginRequest(Message message)
Starts request and exits. |
RequestFuture |
ClientChannel.beginRequest(Message message)
Starts request and exits. |
Methods in com.genesyslab.platform.commons.protocol with parameters of type RequestFuture | |
---|---|
Message |
RequestChannel.endRequest(RequestFuture future)
Tries to finish request started with beginRequest() . |
Message |
ClientChannel.endRequest(RequestFuture future)
Tries to finish request started with beginRequest() . |
Message |
RequestChannel.endRequest(RequestFuture future,
long timeout)
Tries to finish request started with beginRequest() . |
Message |
ClientChannel.endRequest(RequestFuture future,
long timeout)
Tries to finish request started with ClientChannel.beginRequest(Message) . |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |