Package | Description |
---|---|
com.genesyslab.platform.applicationblocks.com | |
com.genesyslab.platform.applicationblocks.com.cache | |
com.genesyslab.platform.applicationblocks.commons.broker | |
com.genesyslab.platform.applicationblocks.warmstandby | |
com.genesyslab.platform.apptemplate.application |
This package provides helper components for connectivity with Genesys Configuration Framework.
|
com.genesyslab.platform.clusterprotocol |
Cluster Protocol Application Block
|
com.genesyslab.platform.commons.connection |
Provides facilities for communicating with Genesys servers using the ConnectionManager factory class.
|
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 | |
com.genesyslab.platform.voice.protocol.runtime |
This package is used internally by the protocol.
|
Modifier and Type | Method | Description |
---|---|---|
protected AsyncInvoker |
ConfService.getInvokerNotNull() |
Modifier and Type | Method | Description |
---|---|---|
void |
ConfService.setBrokerInvoker(AsyncInvoker invoker) |
Sets user defined custom invoker for ConfEvent broker.
|
void |
IConfService.setBrokerInvoker(AsyncInvoker invoker) |
Sets user defined custom invoker for ConfEvent broker.
|
void |
ConfService.setInvoker(AsyncInvoker invoker) |
Sets user defined custom invoker for callback notifications on asynchronous
multiple objects reading operations.
|
void |
IConfService.setInvoker(AsyncInvoker invoker) |
Sets user defined custom invoker for callback notifications on asynchronous
multiple objects reading operations.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.concurrent.Future<IConfCache> |
DefaultConfCache.beginRefresh(AsyncInvoker asyncInvoker,
Action<java.util.concurrent.Future<IConfCache>> finishCallback) |
Asynchronously updates all configuration objects in the cache.
|
java.util.concurrent.Future<IConfCache> |
IConfCache.beginRefresh(AsyncInvoker asyncInvoker,
Action<java.util.concurrent.Future<IConfCache>> finishCallback) |
Asynchronously updates all configuration objects in the cache.
|
void |
DefaultConfCache.setInvoker(AsyncInvoker value) |
Modifier and Type | Method | Description |
---|---|---|
AsyncInvoker |
MessageBrokerService.getInvoker() |
Deprecated.
Gets asynchronous invoker.
|
Modifier and Type | Method | Description |
---|---|---|
static EventReceivingBrokerService |
BrokerServiceFactory.createEventBroker(MessageReceiverManagement protocol,
AsyncInvoker invoker) |
Deprecated.
Creates broker service and initializes client protocol with it as with "external receiver".
|
static RequestReceivingBrokerService |
BrokerServiceFactory.createRequestBroker(RequestReceiverManagement protocol,
AsyncInvoker invoker) |
Deprecated.
Creates broker service and initializes server channel with it as with "external receiver".
|
void |
AsyncBrokerServiceBase.setInvoker(AsyncInvoker invoker) |
Deprecated.
|
void |
MessageBrokerService.setInvoker(AsyncInvoker theInvoker) |
Deprecated.
Sets asynchronous invoker.
|
Constructor | Description |
---|---|
AsyncBrokerService(AsyncInvoker invoker) |
Deprecated.
Creates an instance.
|
AsyncBrokerServiceBase(AsyncInvoker invoker) |
Deprecated.
|
EventReceivingBrokerService(AsyncInvoker invoker) |
Deprecated.
Creates an instance of
EventReceivingBrokerService class. |
MessageBrokerService(AsyncInvoker theInvoker) |
Deprecated.
Creates an instance of
MessageBrokerService class. |
RequestReceivingBrokerService(AsyncInvoker invoker) |
Deprecated.
Creates an instance of
RequestReceivingBrokerService class. |
Modifier and Type | Method | Description |
---|---|---|
protected AsyncInvoker |
WarmStandbyService.getInvoker() |
Access to the internal invoker.
|
Modifier and Type | Method | Description |
---|---|---|
void |
WarmStandbyService.setInvoker(AsyncInvoker invoker) |
Sets invoker.
|
Modifier and Type | Method | Description |
---|---|---|
protected AsyncInvoker |
GFApplicationConfigurationManager.getInvoker() |
Modifier and Type | Method | Description |
---|---|---|
void |
ClusterProtocolImpl.setConnectionInvoker(AsyncInvoker connectionInvoker) |
Deprecated.
|
void |
ClusterProtocolImpl.setInvoker(AsyncInvoker invoker) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Connection.setInvoker(AsyncInvoker invoker) |
Connection can use invoker (if it's set) to parse messages.
|
Modifier and Type | Method | Description |
---|---|---|
protected AsyncInvoker |
AbstractChannel.getDefaultInvoker() |
|
AsyncInvoker |
AbstractChannel.getInvoker() |
|
AsyncInvoker |
ClientChannel.getInvoker() |
Deprecated.
For internal use only!
|
Modifier and Type | Method | Description |
---|---|---|
<T> MessageCorrelator.MessageEntry |
MessageCorrelator.registerMessage(Message message,
T attachment,
CompletionHandler<Message,T> handler,
AsyncInvoker invoker,
long timeout,
int stateMods) |
|
void |
AbstractChannel.setConnectionInvoker(AsyncInvoker connectionInvoker) |
Deprecated.
|
void |
ConnectionInvokerSupport.setConnectionInvoker(AsyncInvoker connectionInvoker) |
Deprecated.
|
void |
DuplexChannel.setConnectionInvoker(AsyncInvoker connectionInvoker) |
Deprecated.
|
void |
AbstractChannel.setInvoker(AsyncInvoker invoker) |
Invoker is used for calling user's code when various protocol events occur
(open, close, error, etc).
|
void |
AsyncInvokerSupport.setInvoker(AsyncInvoker invoker) |
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultInvoker |
Deprecated.
use
InvokerFactory.namedInvoker(String) and InvokerFactory.releaseInvoker(String)
instead of it. |
class |
SingleThreadInvoker |
Invoker which performs its tasks in dedicated single thread.
|
Modifier and Type | Method | Description |
---|---|---|
static AsyncInvoker |
DefaultInvoker.getSingletonInstance() |
Deprecated.
use
InvokerFactory.namedInvoker(String) and InvokerFactory.releaseInvoker(String)
instead of it. |
static AsyncInvoker |
InvokerFactory.namedInvoker(java.lang.String name) |
|
static AsyncInvoker |
InvokerFactory.namedInvoker(java.lang.String name,
int queueSize) |
Modifier and Type | Method | Description |
---|---|---|
void |
ConnectionProxyImpl.setInvoker(AsyncInvoker invoker) |
|
void |
HAConnection.setInvoker(AsyncInvoker invoker) |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.