|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestFuture | |
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.commons.protocol |
Methods in com.genesyslab.platform.commons.protocol that return RequestFuture | |
RequestFuture |
ClientChannel.beginRequest(Message message)
Start request and exit. |
RequestFuture |
RequestChannel.beginRequest(Message message)
Start request and exit. |
Methods in com.genesyslab.platform.commons.protocol with parameters of type RequestFuture | |
Message |
ClientChannel.endRequest(RequestFuture future)
Try to finnish request started with ClientChannel.beginRequest(Message) |
Message |
ClientChannel.endRequest(RequestFuture future,
long timeout)
Try to finnish request started with ClientChannel.beginRequest(Message) |
Message |
RequestChannel.endRequest(RequestFuture future)
Try to finnish request started with RequestChannel.beginRequest(Message) |
Message |
RequestChannel.endRequest(RequestFuture future,
long timeout)
Try to finnish request started with RequestChannel.beginRequest(Message) |
|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |