Configuration Platform SDK 7.6 API Reference

Uses of Interface
com.genesyslab.platform.commons.threading.AsyncInvoker

Packages that use AsyncInvoker
com.genesyslab.platform.commons.connection Provides facilities for communicating with Genesys servers. 
com.genesyslab.platform.commons.protocol Contains classes that support the Protocol objects used by applications developed with the Platform SDKs. 
com.genesyslab.platform.commons.threading   
 

Uses of AsyncInvoker in com.genesyslab.platform.commons.connection
 

Methods in com.genesyslab.platform.commons.connection with parameters of type AsyncInvoker
 void Connection.setInvoker(AsyncInvoker invoker)
          Connection can use invoker (if it's set) to parse messages.
 

Uses of AsyncInvoker in com.genesyslab.platform.commons.protocol
 

Methods in com.genesyslab.platform.commons.protocol with parameters of type AsyncInvoker
 void ConnectionInvokerSupport.setConnectionInvoker(AsyncInvoker connectionInvoker)
           
 void AsyncInvokerSupport.setInvoker(AsyncInvoker invoker)
           
 void AbstractChannel.setInvoker(AsyncInvoker invoker)
           
 void AbstractChannel.setConnectionInvoker(AsyncInvoker connectionInvoker)
          Set AsyncInvoker to be used by underlying connection layer.
 void DuplexChannel.setConnectionInvoker(AsyncInvoker connectionInvoker)
           
 

Uses of AsyncInvoker in com.genesyslab.platform.commons.threading
 

Classes in com.genesyslab.platform.commons.threading that implement AsyncInvoker
 class DefaultInvoker
           
 class SingleThreadInvoker
          Invoker which performs its tasks in dedicated single thread.
 

Methods in com.genesyslab.platform.commons.threading that return AsyncInvoker
static AsyncInvoker InvokerFactory.namedInvoker(java.lang.String name)
           
static AsyncInvoker InvokerFactory.namedInvoker(java.lang.String name, int queueSize)
           
static AsyncInvoker DefaultInvoker.getSingletonInstance()
           
 


Configuration Platform SDK 7.6 API Reference

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