|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgHostType | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.applicationblocks.com.queries | |
com.genesyslab.platform.configuration.protocol.types | This package contains classes based on the Genesys GEnum class. |
Uses of CfgHostType in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgHostType | |
---|---|
CfgHostType |
CfgHost.getType()
Type of the host. |
CfgHostType |
CfgDeltaHost.getType()
Type of the host. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgHostType | |
---|---|
void |
CfgHost.setType(CfgHostType value)
Type of the host. |
Uses of CfgHostType in com.genesyslab.platform.applicationblocks.com.queries |
---|
Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgHostType | |
---|---|
CfgHostType |
CfgHostQuery.getHostType()
Type of the host (see
CfgHostType
). |
Methods in com.genesyslab.platform.applicationblocks.com.queries with parameters of type CfgHostType | |
---|---|
void |
CfgHostQuery.setHostType(CfgHostType value)
Type of the host (see
CfgHostType
). |
Uses of CfgHostType in com.genesyslab.platform.configuration.protocol.types |
---|
Fields in com.genesyslab.platform.configuration.protocol.types declared as CfgHostType | |
---|---|
static CfgHostType |
CfgHostType.CFGAgentWorkstation
An agent workstation. |
static CfgHostType |
CfgHostType.CFGAuxComputer
An auxiliary computer on either the Service Provider network or a tenant network. |
static CfgHostType |
CfgHostType.CFGGVPWorkstation
|
static CfgHostType |
CfgHostType.CFGMaxHostType
A maximum value of this enumeration type. |
static CfgHostType |
CfgHostType.CFGNetworkServer
A major computer on the Service Provider data network. |
static CfgHostType |
CfgHostType.CFGNoHost
The value of the corresponding parameter has not changed. |
static CfgHostType |
CfgHostType.CFGServiceWorkstation
A workstation on the Service Provider data network which is not an agent workstation. |
static CfgHostType |
CfgHostType.CFGTenantServer
A major computer on a tenant data network. |
static CfgHostType |
CfgHostType.CFGTenantWorkstation
A workstation on a tenant data network which is not an agent workstation. |
Methods in com.genesyslab.platform.configuration.protocol.types that return CfgHostType | |
---|---|
static CfgHostType |
CfgHostType.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgHostType |
CfgHostType.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 CfgHostType | |
---|---|
static java.util.Collection<CfgHostType> |
CfgHostType.values()
Returns all values of the enumeration. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |