|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgPortInfo | |
---|---|
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. |
Uses of CfgPortInfo in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return types with arguments of type CfgPortInfo | |
---|---|
java.util.Collection<CfgPortInfo> |
CfgDeltaApplication.getAddedPortInfos()
A pointer to the list of structures of type
CfgPortInfo
containing information about listening ports for this Server application. |
java.util.Collection<CfgPortInfo> |
CfgDeltaApplication.getChangedPortInfos()
A pointer to the list of structures
CfgPortInfo
type. |
java.util.Collection<CfgPortInfo> |
CfgDeltaApplication.getDeletedPortInfos()
A pointer to the list of deleted resources (every item of this list is a pointer to a string containing identifier ( id ) of the listening port structure. |
java.util.Collection<CfgPortInfo> |
CfgApplication.getPortInfos()
A pointer to the list of structures of type
CfgPortInfo
containing information about listening ports for this Server application. |
Method parameters in com.genesyslab.platform.applicationblocks.com.objects with type arguments of type CfgPortInfo | |
---|---|
void |
CfgApplication.setPortInfos(java.util.Collection<CfgPortInfo> value)
A pointer to the list of structures of type
CfgPortInfo
containing information about listening ports for this Server application. |
Uses of CfgPortInfo in com.genesyslab.platform.apptemplate.configuration |
---|
Methods in com.genesyslab.platform.apptemplate.configuration that return CfgPortInfo | |
---|---|
CfgPortInfo |
GCOMApplicationConfiguration.GCOMPortInfo.getCfgPortInfo()
Returns reference to the original COM AB configuration structure. |
Constructors in com.genesyslab.platform.apptemplate.configuration with parameters of type CfgPortInfo | |
---|---|
GCOMApplicationConfiguration.GCOMPortInfo(CfgPortInfo portInfo)
Structure constructor for extraction of configuration data from Genesys Configuration Server objects and structures represented with COM AB. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |