Configuration Platform SDK 7.6 API Reference

Uses of Interface
com.genesyslab.platform.commons.protocol.RequestFuture

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

Send comments on this topic.
Copyright © 2006–2008 Genesys Telecommunication Laboratories, Inc. All rights reserved.