|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgOperationalMode | |
---|---|
com.genesyslab.platform.configuration.protocol.types | This package contains classes based on the Genesys GEnum class. |
Uses of CfgOperationalMode in com.genesyslab.platform.configuration.protocol.types |
---|
Fields in com.genesyslab.platform.configuration.protocol.types declared as CfgOperationalMode | |
---|---|
static CfgOperationalMode |
CfgOperationalMode.CFGMaxOperationalMode
A maximum value of this enumeration type. |
static CfgOperationalMode |
CfgOperationalMode.CFGOperationalEmergencyMode
Modifications to the Configuration Database are allowed for superusers only. |
static CfgOperationalMode |
CfgOperationalMode.CFGOperationalFullMode
Normal mode of Configuration Server operation. |
static CfgOperationalMode |
CfgOperationalMode.CFGOperationalNoMode
|
static CfgOperationalMode |
CfgOperationalMode.CFGOperationalReadOnlyMode
No modifications to the Configuration Database are allowed in this mode. |
Methods in com.genesyslab.platform.configuration.protocol.types that return CfgOperationalMode | |
---|---|
static CfgOperationalMode |
CfgOperationalMode.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgOperationalMode |
CfgOperationalMode.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 CfgOperationalMode | |
---|---|
static java.util.Collection<CfgOperationalMode> |
CfgOperationalMode.values()
Returns all values of the enumeration. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |