Platform SDK Java 8.5 API Reference

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

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

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.