|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |