Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.commons.PlatformException

Packages that use PlatformException
com.genesyslab.platform.applicationblocks.com.capacityrules   
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.protocol.auth Contains classes for user identification using Kerberos. 
com.genesyslab.platform.configuration.protocol.exceptions   
com.genesyslab.platform.configuration.protocol.runtime.codec This package is used internally by the protocol. 
com.genesyslab.platform.contacts.protocol.contactserver.runtime This package is used internally by the protocol. 
com.genesyslab.platform.contacts.protocol.runtime This package is used internally by the protocol. 
com.genesyslab.platform.logging.runtime   
com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime This package is used internally by the protocol. 
com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime.codec This package is used internally by the protocol. 
com.genesyslab.platform.management.protocol.messageserver.runtime This package is used internally by the protocol. 
com.genesyslab.platform.management.protocol.messageserver.runtime.codec This package is used internally by the protocol. 
com.genesyslab.platform.management.protocol.solutioncontrolserver.runtime.channel This package is used internally by the protocol. 
com.genesyslab.platform.openmedia.protocol.externalservice   
com.genesyslab.platform.openmedia.protocol.openmediaattributes This package contains the openmediaattributes protocol classes that your applications can use to communicate with Interaction Server. 
com.genesyslab.platform.outbound.protocol.outbounddesktop This package contains classes that your application can use to work with the Outbound Desktop protocol. 
com.genesyslab.platform.reporting.protocol.runtime This package is used internally by the protocol. 
com.genesyslab.platform.reporting.protocol.statserver This package contains objects that correspond to objects in the Genesys Configuration Layer, such as AgentStatus and PlaceGroup
com.genesyslab.platform.routing.protocol.routingserver.runtime This package is used internally by the protocol. 
com.genesyslab.platform.standby.exceptions   
com.genesyslab.platform.voice.protocol.previewinteraction This package contains the PreviewInteraction classes that your applications can use during communication with T-Server, such as PreviewInteractionAcknowledge
com.genesyslab.platform.voice.protocol.runtime.codec This package is used internally by the protocol. 
com.genesyslab.platform.webmedia.protocol.basicchat.runtime.codec This package is used internally by the protocol. 
com.genesyslab.platform.webmedia.protocol.callback.runtime This package is used internally by the protocol. 
com.genesyslab.platform.webmedia.protocol.callback.runtime.codec This package is used internally by the protocol. 
com.genesyslab.platform.webmedia.protocol.email.runtime This package is used internally by the protocol. 
com.genesyslab.platform.webmedia.protocol.email.runtime.codec This package is used internally by the protocol. 
com.genesyslab.platform.webmedia.protocol.espemail.runtime This package is used internally by the protocol. 
com.genesyslab.platform.webmedia.protocol.runtime This package is used internally by the protocol. 
com.genesyslab.platform.webmedia.protocol.runtime.codec This package is used internally by the protocol. 
 

Uses of PlatformException in com.genesyslab.platform.applicationblocks.com.capacityrules
 

Subclasses of PlatformException in com.genesyslab.platform.applicationblocks.com.capacityrules
 class CapacityRuleException
          The class CapacityRuleException represent exception that occurs while creating or modifying a instance.
 

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

Subclasses of PlatformException in com.genesyslab.platform.commons.connection
 class ConnectionException
          Connection-related exception.
 

Methods in com.genesyslab.platform.commons.connection that throw PlatformException
 java.lang.Object MessageStructureHandler.onAttribute(java.lang.Object state, java.lang.String attributeId, byte[] value)
           
 java.lang.Object MessageStructureHandler.onAttribute(java.lang.Object state, java.lang.String attributeId, int value)
           
 java.lang.Object MessageStructureHandler.onAttribute(java.lang.Object state, java.lang.String attributeId, long value)
           
 java.lang.Object MessageStructureHandler.onAttribute(java.lang.Object state, java.lang.String attributeId, java.lang.String value)
           
 java.lang.Object MessageStructureHandler.onMessageEnd(java.lang.Object state)
           
 java.lang.Object MessageStructureHandler.onNewMessage(java.lang.Object state, int messageId)
           
 java.lang.Object MessageStructureHandler.onRawAttribute(java.lang.Object state, java.lang.String attributeId, java.lang.Object value)
           
 void MessagePackager.sendMessage(java.lang.Object message)
           
 

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

Subclasses of PlatformException in com.genesyslab.platform.commons.protocol
 class ChannelEmergencyClosedException
          ChannelEmergencyClosedException throws if a protocol closed while it opening.
 class IllegalAttributeValueException
          The exception notifies about some problem in user request message.
It may mean absence of required attribute or its invalid value.
 class MissingAttributeException
          This exception means that SDK don't recognize the attribute sent by the server.
 class ProtocolException
           
 class ProtocolIOException
          The ProtocolIOException will thrown if connection IO exception occurs.
 class ProtocolSecurityException
          The ProtocolSecurityException will thrown if any security problems occurs on a channel.
 class ProtocolTimeoutException
          The ProtocolHandshakeTimeoutException will thrown due timeout while a handshake.
 class RegistrationException
          Thrown when there are problems during client registration stage of channel opening.
 class RegistrationTimeoutException
          The ProtocolHandshakeTimeoutException will thrown due timeout while a handshake.
 

Uses of PlatformException in com.genesyslab.platform.commons.protocol.auth
 

Subclasses of PlatformException in com.genesyslab.platform.commons.protocol.auth
 class AuthTicketAcquirerException
          The exception will be thrown when problems with authentication ticket acquiring occurs.
 

Uses of PlatformException in com.genesyslab.platform.configuration.protocol.exceptions
 

Subclasses of PlatformException in com.genesyslab.platform.configuration.protocol.exceptions
 class ChangePasswordException
          ChangePasswordException exception is thrown in case when a user is required to change the password during registration process/handshake.
 class ConfRegistrationException
          Thrown when there are problems during client registration stage of channel opening to configuration server.
 class HistoryLogExpiredException
          HistoryLogExpiredException is thrown in case when user session history log is expired on session restoration.
 class SessionDisconnectedException
          This exception may be thrown when EventError2 (MSG_DISCONNECTED) is arrived from server.
 class SessionRejectedException
          This exception may be thrown when EventError2 (MSG_DISCONNECTED) is arrived from server.
 

Uses of PlatformException in com.genesyslab.platform.configuration.protocol.runtime.codec
 

Methods in com.genesyslab.platform.configuration.protocol.runtime.codec that throw PlatformException
 java.lang.Object String2IntArrayCodec.decodeFromConnection(java.lang.Object value, com.genesyslab.platform.commons.protocol.runtime.AttributeDescription attributeDescription)
           
 java.lang.Object DbidArrayCodec.decodeFromConnection(java.lang.Object value, com.genesyslab.platform.commons.protocol.runtime.AttributeDescription attributeDescription)
           
 java.lang.Object AesCodec.decodeFromConnection(java.lang.Object value, com.genesyslab.platform.commons.protocol.runtime.AttributeDescription attributeDescription)
           
 java.lang.Object XmlDocumentCodecV7.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 java.lang.Object XmlDocumentCodecV6.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 java.lang.Object TKVCodec2.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 java.lang.Object String2IntArrayCodec.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 java.lang.Object PathArrayCodec2.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 java.lang.Object DbidArrayCodec.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 java.lang.Object ConfObjectPackV7.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 java.lang.Object ConfObjectPackV6.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 java.lang.Object ConfObjectDeltaPackV7.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 java.lang.Object AesCodec.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
protected  void ConfObjectPack.ensureOutgoingObjectTypeAttr(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
          Method is used with serialization of user provided data for sending it to server.
 

Uses of PlatformException in com.genesyslab.platform.contacts.protocol.contactserver.runtime
 

Subclasses of PlatformException in com.genesyslab.platform.contacts.protocol.contactserver.runtime
static class ContactServerBinding.KVBindingException
           
static class ContactServerBinding.PartialAutoIndexKVBindingException
           
 

Uses of PlatformException in com.genesyslab.platform.contacts.protocol.runtime
 

Methods in com.genesyslab.platform.contacts.protocol.runtime that throw PlatformException
 java.lang.Object UCSCustomCodec.decodeFromConnection(java.lang.Object value, com.genesyslab.platform.commons.protocol.runtime.AttributeDescription attributeDescription)
           
 java.lang.Object UCSCustomCodec.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 

Uses of PlatformException in com.genesyslab.platform.logging.runtime
 

Subclasses of PlatformException in com.genesyslab.platform.logging.runtime
 class LoggerException
           
 

Uses of PlatformException in com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime
 

Methods in com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime that throw PlatformException
 java.lang.Object LcaUdpHeartbeatInternalProtocolTransportImpl.onMessageEnd(java.lang.Object state)
           
 

Uses of PlatformException in com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime.codec
 

Methods in com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime.codec that throw PlatformException
 java.lang.Object ThreadInfoListCodec.decodeFromConnection(java.lang.Object value, com.genesyslab.platform.commons.protocol.runtime.AttributeDescription attributeDescription)
           
 java.lang.Object ThreadInfoListCodec.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 

Uses of PlatformException in com.genesyslab.platform.management.protocol.messageserver.runtime
 

Methods in com.genesyslab.platform.management.protocol.messageserver.runtime that throw PlatformException
protected  int MessageProtocolTransportImpl.asIntId(java.lang.String id)
           
 java.lang.Object MessageProtocolTransportImpl.onAttribute(java.lang.Object state, java.lang.String id, byte[] value)
           
 java.lang.Object MessageProtocolInnerPackagerImpl.onAttribute(java.lang.Object state, java.lang.String id, byte[] value)
           
 java.lang.Object MessageProtocolTransportImpl.onAttribute(java.lang.Object state, java.lang.String id, int value)
           
 java.lang.Object MessageProtocolInnerPackagerImpl.onAttribute(java.lang.Object state, java.lang.String id, int value)
           
 java.lang.Object MessageProtocolTransportImpl.onAttribute(java.lang.Object state, java.lang.String id, long value)
           
 java.lang.Object MessageProtocolInnerPackagerImpl.onAttribute(java.lang.Object state, java.lang.String id, long value)
           
 java.lang.Object MessageProtocolTransportImpl.onAttribute(java.lang.Object state, java.lang.String id, java.lang.String value)
           
 java.lang.Object MessageProtocolInnerPackagerImpl.onAttribute(java.lang.Object state, java.lang.String id, java.lang.String value)
           
 java.lang.Object MessageProtocolTransportImpl.onMessageEnd(java.lang.Object state)
           
 

Uses of PlatformException in com.genesyslab.platform.management.protocol.messageserver.runtime.codec
 

Methods in com.genesyslab.platform.management.protocol.messageserver.runtime.codec that throw PlatformException
 java.lang.Object UnixTimeCodec.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 java.lang.Object AttributeListCodec.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 

Uses of PlatformException in com.genesyslab.platform.management.protocol.solutioncontrolserver.runtime.channel
 

Methods in com.genesyslab.platform.management.protocol.solutioncontrolserver.runtime.channel that throw PlatformException
 java.lang.Object AttrXKVDataCodec.decodeFromConnection(java.lang.Object value, com.genesyslab.platform.commons.protocol.runtime.AttributeDescription attributeDescription)
           
 java.lang.Object AlarmDescriptionCodec.decodeFromConnection(java.lang.Object value, com.genesyslab.platform.commons.protocol.runtime.AttributeDescription attributeDescription)
           
 java.lang.Object AttrXKVDataCodec.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 java.lang.Object AlarmDescriptionCodec.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 

Uses of PlatformException in com.genesyslab.platform.openmedia.protocol.externalservice
 

Methods in com.genesyslab.platform.openmedia.protocol.externalservice that throw PlatformException
 java.lang.Object RequestorInfo.Codec.decodeFromConnection(java.lang.Object value, com.genesyslab.platform.commons.protocol.runtime.AttributeDescription attributeDescription)
           
 java.lang.Object RequestorInfo.Codec.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 

Uses of PlatformException in com.genesyslab.platform.openmedia.protocol.openmediaattributes
 

Subclasses of PlatformException in com.genesyslab.platform.openmedia.protocol.openmediaattributes
static class OpenMediaAttributesBinding.KVBindingException
           
 

Uses of PlatformException in com.genesyslab.platform.outbound.protocol.outbounddesktop
 

Subclasses of PlatformException in com.genesyslab.platform.outbound.protocol.outbounddesktop
static class OutboundDesktopBinding.KVBindingException
           
 

Uses of PlatformException in com.genesyslab.platform.reporting.protocol.runtime
 

Methods in com.genesyslab.platform.reporting.protocol.runtime that throw PlatformException
 java.lang.Object TargetStateCodec.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 java.lang.Object StatusCodec.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 java.lang.Object StatisticMetricCodec.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 java.lang.Object StatKeyValueCodec.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 java.lang.Object ActionsMaskCodec.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 

Uses of PlatformException in com.genesyslab.platform.reporting.protocol.statserver
 

Methods in com.genesyslab.platform.reporting.protocol.statserver that throw PlatformException
static IStatisticStatus StatusConverter.decode(int iv, byte[] bbuf, byte[] voidValueEx, java.nio.charset.Charset charset, ILogger logger)
           
static IStatisticStatus StatusConverter.decode(int iv, byte[] bbuf, byte[] voidValueEx, ILogger logger)
          Deprecated. 
static IStatisticStatus StatusConverter.decode(int iv, byte[] bbuf, java.nio.charset.Charset charset, ILogger logger)
           
static IStatisticStatus StatusConverter.decode(int iv, byte[] bbuf, ILogger logger)
          Deprecated. 
static IStatisticStatus StatusConverter.decode(KeyValueCollection metricCol, java.nio.charset.Charset charset, ILogger logger)
           
static IStatisticStatus StatusConverter.decode(KeyValueCollection metricCol, ILogger logger)
          Deprecated. 
 

Uses of PlatformException in com.genesyslab.platform.routing.protocol.routingserver.runtime
 

Methods in com.genesyslab.platform.routing.protocol.routingserver.runtime that throw PlatformException
 java.lang.Object OperationContextCodec.decodeFromConnection(java.lang.Object value, com.genesyslab.platform.commons.protocol.runtime.AttributeDescription attributeDescription)
           
 java.lang.Object OperationContextCodec.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 

Uses of PlatformException in com.genesyslab.platform.standby.exceptions
 

Subclasses of PlatformException in com.genesyslab.platform.standby.exceptions
 class WSCanceledException
          Throws when opening operation has been canceled.
 class WSEmptyEndpointPoolException
          Throws when endpoint pool is empty.
 class WSException
          It's base class for all warm standby exceptions.
 class WSNoAvailableServersException
          Throws when all endpoints have been tried unsuccessfully.
 

Uses of PlatformException in com.genesyslab.platform.voice.protocol.previewinteraction
 

Subclasses of PlatformException in com.genesyslab.platform.voice.protocol.previewinteraction
static class PreviewInteractionBinding.KVBindingException
           
 

Uses of PlatformException in com.genesyslab.platform.voice.protocol.runtime.codec
 

Methods in com.genesyslab.platform.voice.protocol.runtime.codec that throw PlatformException
 java.lang.Object EventMaskCodec.decodeFromConnection(java.lang.Object value, com.genesyslab.platform.commons.protocol.runtime.AttributeDescription attributeDescription)
           
 java.lang.Object ConnectionIdCodec.decodeFromConnection(java.lang.Object value, com.genesyslab.platform.commons.protocol.runtime.AttributeDescription attributeDescription)
           
 java.lang.Object EventMaskCodec.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 java.lang.Object ConnectionIdCodec.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 

Uses of PlatformException in com.genesyslab.platform.webmedia.protocol.basicchat.runtime.codec
 

Methods in com.genesyslab.platform.webmedia.protocol.basicchat.runtime.codec that throw PlatformException
 java.lang.Object XmlActionEnumCodec.decodeFromConnection(java.lang.Object value, com.genesyslab.platform.commons.protocol.runtime.AttributeDescription attributeDescription)
           
 

Uses of PlatformException in com.genesyslab.platform.webmedia.protocol.callback.runtime
 

Methods in com.genesyslab.platform.webmedia.protocol.callback.runtime that throw PlatformException
 int CallbackDialect.getMessageId(java.lang.String tagName)
           
 java.lang.String CallbackDialect.getMessageName(int messageId)
           
 void CallbackDialect.validateHeader(org.w3c.dom.Element header)
           
 

Uses of PlatformException in com.genesyslab.platform.webmedia.protocol.callback.runtime.codec
 

Methods in com.genesyslab.platform.webmedia.protocol.callback.runtime.codec that throw PlatformException
 java.lang.Object ProcessingStatusEnumCodec.decodeFromConnection(java.lang.Object value, com.genesyslab.platform.commons.protocol.runtime.AttributeDescription attributeDescription)
           
 java.lang.Object MediaTypeEnumCodec.decodeFromConnection(java.lang.Object value, com.genesyslab.platform.commons.protocol.runtime.AttributeDescription attributeDescription)
           
 

Uses of PlatformException in com.genesyslab.platform.webmedia.protocol.email.runtime
 

Methods in com.genesyslab.platform.webmedia.protocol.email.runtime that throw PlatformException
 int EmailDialect.getMessageId(java.lang.String tagName)
           
 java.lang.String EmailDialect.getMessageName(int messageId)
           
 

Uses of PlatformException in com.genesyslab.platform.webmedia.protocol.email.runtime.codec
 

Methods in com.genesyslab.platform.webmedia.protocol.email.runtime.codec that throw PlatformException
 java.lang.Object MailPropertiesCodec.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
protected  void MailPropertiesCodec.setAdditionalAttributes(MessageTransport transport, java.lang.Object transportState, java.lang.String key, int depth)
           
 

Uses of PlatformException in com.genesyslab.platform.webmedia.protocol.espemail.runtime
 

Subclasses of PlatformException in com.genesyslab.platform.webmedia.protocol.espemail.runtime
static class EspEmailBinding.KVBindingException
           
 

Methods in com.genesyslab.platform.webmedia.protocol.espemail.runtime that throw PlatformException
 java.lang.Object ESPEmailCustomCodec.decodeFromConnection(java.lang.Object value, com.genesyslab.platform.commons.protocol.runtime.AttributeDescription attributeDescription)
           
 java.lang.Object ESPEmailCustomCodec.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 

Uses of PlatformException in com.genesyslab.platform.webmedia.protocol.runtime
 

Methods in com.genesyslab.platform.webmedia.protocol.runtime that throw PlatformException
 void MCRDialect.validateHeader(org.w3c.dom.Element header)
           
 

Uses of PlatformException in com.genesyslab.platform.webmedia.protocol.runtime.codec
 

Methods in com.genesyslab.platform.webmedia.protocol.runtime.codec that throw PlatformException
 java.lang.Object XmlEnumCodecNotNull.decodeFromConnection(java.lang.Object value, com.genesyslab.platform.commons.protocol.runtime.AttributeDescription attributeDescription)
           
 java.lang.Object XmlEnumCodec.decodeFromConnection(java.lang.Object value, com.genesyslab.platform.commons.protocol.runtime.AttributeDescription attributeDescription)
           
 java.lang.Object NoticeTypeEnumCodec.decodeFromConnection(java.lang.Object value, com.genesyslab.platform.commons.protocol.runtime.AttributeDescription attributeDescription)
           
 java.lang.Object IntNotZeroCodec.decodeFromConnection(java.lang.Object value, com.genesyslab.platform.commons.protocol.runtime.AttributeDescription attributeDescription)
           
 java.lang.Object XmlKeyValueCodec.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 java.lang.Object XmlEnumCodecNotNull.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 java.lang.Object XmlEnumCodec.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 java.lang.Object XmlComplexTypeListCodec.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
 java.lang.Object IntNotZeroCodec.encodeForConnection(java.lang.Object customTypeObject, java.lang.String id, MessageTransport transport, java.lang.Object transportState)
           
protected  void XmlKeyValueCodec.setAdditionalAttributes(MessageTransport transport, java.lang.Object transportState, java.lang.String key, int depth)
           
 


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.