Platform SDK Java 8.5 API Reference

Uses of Package
com.genesyslab.platform.commons

Packages that use com.genesyslab.platform.commons
com.genesyslab.platform.applicationblocks.com.capacityrules   
com.genesyslab.platform.applicationblocks.warmstandby   
com.genesyslab.platform.apptemplate.filtering.impl   
com.genesyslab.platform.apptemplate.util Provides helper classes that make it easier to read and convert application options and other data from Configuration Server. 
com.genesyslab.platform.commons   
com.genesyslab.platform.commons.connection Provides facilities for communicating with Genesys servers using the ConnectionManager factory class. 
com.genesyslab.platform.commons.log This package provides logging support for your applications. 
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.metadata   
com.genesyslab.platform.configuration.protocol.runtime.binding This package is used internally by the protocol. 
com.genesyslab.platform.configuration.protocol.runtime.channel This package is used internally by the protocol. 
com.genesyslab.platform.configuration.protocol.runtime.codec This package is used internally by the protocol. 
com.genesyslab.platform.configuration.protocol.types This package contains classes based on the Genesys GEnum class. 
com.genesyslab.platform.contacts.protocol.contactserver This package contains the Protocol classes that your applications can use to set up communication with Universal Contact Server. 
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 This package contains the Protocol classes that your applications can use to set up communication with Genesys Solution Control Server, Message Server and Local Control Agents (LCAs). 
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   
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   
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.interactionserver   
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.outbound.protocol.outboundserver   
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.customserver This package primarily contains enums that your applications can use when working with URS Custom Server. 
com.genesyslab.platform.routing.protocol.routingserver This package primarily contains enums that your applications can use when working with Universal Routing Server (URS), such as CallType and RoutingPointStatus
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.voice.protocol.tserver   
com.genesyslab.platform.webmedia.protocol This package contains the Protocol classes that allow you to create applications that integrate with Genesys non-voice media servers. 
com.genesyslab.platform.webmedia.protocol.basicchat This package contains classes and enumerations that let you exchange information with Chat Server. 
com.genesyslab.platform.webmedia.protocol.basicchat.runtime.codec This package is used internally by the protocol. 
com.genesyslab.platform.webmedia.protocol.callback This package contains classes and enumerations that let you exchange customer-generated information between web forms and your Genesys Callback Server. 
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   
com.genesyslab.platform.webmedia.protocol.espemail.runtime This package is used internally by the protocol. 
com.genesyslab.platform.webmedia.protocol.flexchat This package contains classes and enumerations that let you exchange information with Chat Server. 
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. 
com.genesyslab.platform.webmedia.protocol.server PSDK internal package for Web Media protocols clients handling functionality.
Note: This package is internal and is not supposed for explicit usage by applications. 
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.applicationblocks.com.capacityrules
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.applicationblocks.warmstandby
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.apptemplate.filtering.impl
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.apptemplate.util
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.commons
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
PsdkCustomization.PsdkOption
          Enumeration with declarations of supported Platform SDK core properties names.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.commons.connection
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.commons.log
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.commons.protocol
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.commons.protocol.auth
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.configuration.protocol.exceptions
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.configuration.protocol.metadata
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.configuration.protocol.runtime.binding
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.configuration.protocol.runtime.channel
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.configuration.protocol.runtime.codec
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.configuration.protocol.types
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.contacts.protocol.contactserver
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.contacts.protocol.contactserver.runtime
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.contacts.protocol.runtime
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.logging.runtime
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.management.protocol
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime.codec
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.management.protocol.messageserver
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.management.protocol.messageserver.runtime
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.management.protocol.messageserver.runtime.codec
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.management.protocol.solutioncontrolserver
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.management.protocol.solutioncontrolserver.runtime.channel
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.openmedia.protocol.externalservice
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.openmedia.protocol.interactionserver
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.openmedia.protocol.openmediaattributes
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.outbound.protocol.outbounddesktop
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.outbound.protocol.outboundserver
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.reporting.protocol.runtime
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.reporting.protocol.statserver
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.routing.protocol.customserver
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.routing.protocol.routingserver
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.routing.protocol.routingserver.runtime
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.standby.exceptions
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.voice.protocol.previewinteraction
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.voice.protocol.runtime.codec
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.voice.protocol.tserver
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.webmedia.protocol
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
PsdkCustomization.PsdkOption
          Enumeration with declarations of supported Platform SDK core properties names.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.webmedia.protocol.basicchat
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.webmedia.protocol.basicchat.runtime.codec
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.webmedia.protocol.callback
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.webmedia.protocol.callback.runtime
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.webmedia.protocol.callback.runtime.codec
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.webmedia.protocol.email.runtime
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.webmedia.protocol.email.runtime.codec
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.webmedia.protocol.espemail
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.webmedia.protocol.espemail.runtime
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.webmedia.protocol.flexchat
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.webmedia.protocol.runtime
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.webmedia.protocol.runtime.codec
GEnum
          Superclass for classes that represent C-like (or JDK 1.5) enumerations.
PlatformException
          Common exception for platform-related problems.
 

Classes in com.genesyslab.platform.commons used by com.genesyslab.platform.webmedia.protocol.server
PsdkCustomization.PsdkOption
          Enumeration with declarations of supported Platform SDK core properties names.
 


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.