Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.configuration.protocol.types.CfgTraceMode

Packages that use CfgTraceMode
com.genesyslab.platform.applicationblocks.com.objects   
com.genesyslab.platform.apptemplate.configuration Provides helper classes that read application options and other data from Configuration Server, converts it to corresponding Platform SDK objects and makes it easier to set up connections to backend servers and other applications. 
com.genesyslab.platform.configuration.protocol.types This package contains classes based on the Genesys GEnum class. 
 

Uses of CfgTraceMode in com.genesyslab.platform.applicationblocks.com.objects
 

Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgTraceMode
 CfgTraceMode CfgConnInfo.getMode()
          The trace mode dedicated for this connection.
 

Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgTraceMode
 void CfgConnInfo.setMode(CfgTraceMode value)
          The trace mode dedicated for this connection.
 

Uses of CfgTraceMode in com.genesyslab.platform.apptemplate.configuration
 

Methods in com.genesyslab.platform.apptemplate.configuration that return CfgTraceMode
 CfgTraceMode IGApplicationConfiguration.IGAppConnConfiguration.getTraceMode()
          Returns the ADDP trace mode dedicated for this connection.
 CfgTraceMode GApplicationConfiguration.GAppConnConfiguration.getTraceMode()
          Returns the ADDP trace mode dedicated for this connection.
 

Methods in com.genesyslab.platform.apptemplate.configuration with parameters of type CfgTraceMode
 void GApplicationConfiguration.GAppConnConfiguration.setTraceMode(CfgTraceMode traceMode)
          Sets the ADDP trace mode dedicated for this connection.
 

Uses of CfgTraceMode in com.genesyslab.platform.configuration.protocol.types
 

Fields in com.genesyslab.platform.configuration.protocol.types declared as CfgTraceMode
static CfgTraceMode CfgTraceMode.CFGTMBoth
          A trace on both client and Server sides
static CfgTraceMode CfgTraceMode.CFGTMLocal
          A trace on client side only
static CfgTraceMode CfgTraceMode.CFGTMMaxTraceMode
          The maximum value of this enumeration
static CfgTraceMode CfgTraceMode.CFGTMNone
          Trace is turned off
static CfgTraceMode CfgTraceMode.CFGTMNoTraceMode
          The value of corresponding parameter has not changed
static CfgTraceMode CfgTraceMode.CFGTMRemote
          A trace on server side only
 

Methods in com.genesyslab.platform.configuration.protocol.types that return CfgTraceMode
static CfgTraceMode CfgTraceMode.valueOf(int ordinal)
          Returns enumeration value by given ordinal number.
static CfgTraceMode CfgTraceMode.valueOf(java.lang.String name)
          Returns enumeration value with specified name or null if no such value exists.
 

Methods in com.genesyslab.platform.configuration.protocol.types that return types with arguments of type CfgTraceMode
static java.util.Collection<CfgTraceMode> CfgTraceMode.values()
          Returns all values of the enumeration.
 


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.