|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.tptp.platform.execution.client.core.ConnectionInfo
ConnectionInfo provides the object to encapsulate connection attributes required by INode to connect to the Agent Controller.
| Constructor Summary | |
|---|---|
ConnectionInfo()
ConnectionInfo constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getHostName()
Get Host Name |
int |
getPort()
Get the Port Number |
java.lang.String |
getProtocol()
Get Protocol for communication |
boolean |
isAgentControllerNew()
Get the Agent Controller Type |
void |
setHostName(java.lang.String hostname)
Set Host Name |
void |
setPort(int port)
Set the Port Number |
void |
setProtocol(java.lang.String protocol)
Set the Protocol for communication |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConnectionInfo()
| Method Detail |
public java.lang.String getHostName()
public void setHostName(java.lang.String hostname)
hostname - public int getPort()
public void setPort(int port)
port - public java.lang.String getProtocol()
public void setProtocol(java.lang.String protocol)
public boolean isAgentControllerNew()
|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||