IGApplicationConfiguration.IGPortInfo
, java.io.Serializable
, java.lang.Cloneable
GCOMApplicationConfiguration.GCOMPortInfo
public static class GApplicationConfiguration.GPortInfo extends java.lang.Object implements IGApplicationConfiguration.IGPortInfo, java.lang.Cloneable, java.io.Serializable
CfgPortInfo
,
Serialized FormConstructor | Description |
---|---|
GPortInfo() |
Default empty constructor.
|
GPortInfo(IGApplicationConfiguration.IGPortInfo info) |
Coping constructor.
|
Modifier and Type | Method | Description |
---|---|---|
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). |
boolean |
equals(java.lang.Object obj) |
|
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.
|
int |
hashCode() |
|
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() |
public GPortInfo()
public GPortInfo(IGApplicationConfiguration.IGPortInfo info)
info
- original configurationpublic 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()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.