|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.apptemplate.configuration.GApplicationConfiguration.GPortInfo
public static class GApplicationConfiguration.GPortInfo
This structure contains properties for listening port of server type application.
CfgPortInfo
,
Serialized FormConstructor Summary | |
---|---|
GApplicationConfiguration.GPortInfo()
Default empty constructor. |
|
GApplicationConfiguration.GPortInfo(IGApplicationConfiguration.IGPortInfo info)
Coping constructor. |
Method Summary | |
---|---|
GApplicationConfiguration.GPortInfo |
clone()
|
protected java.lang.String |
contentToString()
This method is used from toString() to build
string representation of the internal content (configuration properties names and values). |
java.lang.String |
getAppParams()
Returns application parameters for the listening port. |
java.lang.String |
getConnProtocol()
Returns name of the connection control protocol. |
java.lang.String |
getDescription()
Returns description of the listening port. |
java.lang.String |
getId()
Returns servers' port name/identifier. |
java.lang.Integer |
getPort()
Returns TCP/IP port number for listening on by "this" application. |
java.lang.String |
getTransportParams()
Returns transport parameters for the listening port. |
void |
setAppParams(java.lang.String appParams)
Sets application parameters for the listening port. |
void |
setConnProtocol(java.lang.String connProtocol)
Sets name of the connection control protocol. |
void |
setDescription(java.lang.String description)
Sets description of the listening port. |
void |
setId(java.lang.String id)
Sets servers' port name/identifier. |
void |
setPort(java.lang.Integer port)
Sets TCP/IP port number for listening on by "this" application. |
void |
setTransportParams(java.lang.String transportParams)
Sets transport parameters for the listening port. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GApplicationConfiguration.GPortInfo()
public GApplicationConfiguration.GPortInfo(IGApplicationConfiguration.IGPortInfo info)
conf
- original configurationMethod Detail |
---|
public java.lang.String getId()
getId
in interface IGApplicationConfiguration.IGPortInfo
CfgPortInfo.getId()
public java.lang.Integer getPort()
getPort
in interface IGApplicationConfiguration.IGPortInfo
CfgPortInfo.getPort()
public java.lang.String getConnProtocol()
getConnProtocol
in interface IGApplicationConfiguration.IGPortInfo
CfgPortInfo.getConnProtocol()
public java.lang.String getTransportParams()
getTransportParams
in interface IGApplicationConfiguration.IGPortInfo
CfgPortInfo.getTransportParams()
public java.lang.String getAppParams()
getAppParams
in interface IGApplicationConfiguration.IGPortInfo
CfgPortInfo.getAppParams()
public java.lang.String getDescription()
getDescription
in interface IGApplicationConfiguration.IGPortInfo
CfgPortInfo.getDescription()
public void setId(java.lang.String id)
id
- port identifierCfgPortInfo.getId()
public void setPort(java.lang.Integer port)
port
- port numberCfgPortInfo.getPort()
public void setConnProtocol(java.lang.String connProtocol)
connProtocol
- control protocol name or nullCfgPortInfo.getConnProtocol()
public void setTransportParams(java.lang.String transportParams)
transportParams
- transport parameters or nullCfgPortInfo.getTransportParams()
public void setAppParams(java.lang.String appParams)
appParams
- application parameters or nullCfgPortInfo.getAppParams()
public void setDescription(java.lang.String description)
description
- port description or nullCfgPortInfo.getDescription()
public GApplicationConfiguration.GPortInfo clone()
clone
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
protected java.lang.String contentToString()
toString()
to build
string representation of the internal content (configuration properties names and values).
toString()
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |