|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgHAType | |
---|---|
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 CfgHAType in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgHAType | |
---|---|
CfgHAType |
CfgDeltaApplication.getRedundancyType()
Defines the HA type if this application is considered as server. |
CfgHAType |
CfgApplication.getRedundancyType()
Defines the HA type if this application is considered as server. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgHAType | |
---|---|
void |
CfgApplication.setRedundancyType(CfgHAType value)
Defines the HA type if this application is considered as server. |
Uses of CfgHAType in com.genesyslab.platform.apptemplate.configuration |
---|
Methods in com.genesyslab.platform.apptemplate.configuration that return CfgHAType | |
---|---|
CfgHAType |
IGApplicationConfiguration.getRedundancyType()
Returns the HA type if this application is considered as server. |
CfgHAType |
GApplicationConfiguration.getRedundancyType()
Returns the HA type if this application is considered as server. |
Methods in com.genesyslab.platform.apptemplate.configuration with parameters of type CfgHAType | |
---|---|
void |
GApplicationConfiguration.setRedundancyType(CfgHAType redundancyType)
Sets the HA type if this application is considered as server. |
Uses of CfgHAType in com.genesyslab.platform.configuration.protocol.types |
---|
Fields in com.genesyslab.platform.configuration.protocol.types declared as CfgHAType | |
---|---|
static CfgHAType |
CfgHAType.CFGHTColdStanby
A cold standby |
static CfgHAType |
CfgHAType.CFGHTHotStanby
A hot standby |
static CfgHAType |
CfgHAType.CFGHTMaxHAtype
|
static CfgHAType |
CfgHAType.CFGHTNoHAType
The value of corresponding parameter has not changed |
static CfgHAType |
CfgHAType.CFGHTWarmStanby
A warm standby |
Methods in com.genesyslab.platform.configuration.protocol.types that return CfgHAType | |
---|---|
static CfgHAType |
CfgHAType.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgHAType |
CfgHAType.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 CfgHAType | |
---|---|
static java.util.Collection<CfgHAType> |
CfgHAType.values()
Returns all values of the enumeration. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |