public static interface Project.Deployment
Project is connected and
remain so for the duration of the connection. If a Project object
disconnects these properties can no longer be considered to be valid.
The values will be refreshed once a connnection is re-established.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAaRole()
The role this instance plays in HA
|
int |
getAddressSize()
The size in bytes of a memory address on the deployed architecture
|
int |
getCommandPort()
The command port the project command control gateway is listening on
|
int |
getDateSize()
The size in bytes of date data type on the deployed architecture
|
java.lang.String |
getGatewayHost()
Data gateway host
|
int |
getGatewayPort()
Data gateway port
|
java.lang.String |
getHost()
The physical host the project is running on
|
java.lang.String |
getInstanceId()
Get the ID assigned to this instance
|
int |
getInstanceIndex()
Get the index assigned to this instance
|
int |
getLegacyMoneyPrecision()
The default precision of legacy money types
|
int |
getPerformanceTimerInterval()
Returns the performance timer interval
|
int |
getPid()
The process id assigned to the running instance of the project on the deployed machine
|
java.lang.String |
getServerVersion()
Returns a string value of the full build version of the specified ESP server.
|
int |
getSqlPort()
The port assigned to the project instance for serving sql query requests
|
boolean |
isAa()
Is the instance part of an HA deployment
|
boolean |
isBigEndian()
Is the architecture of the deployed machine big endian
|
boolean |
isSslEnabled()
Does the instance require encrypted connections
|
boolean |
isTopologyIgnored()
Is the topology ignored.
|
java.lang.String getHost()
int getCommandPort()
boolean isTopologyIgnored()
int getPid()
boolean isBigEndian()
int getLegacyMoneyPrecision()
int getDateSize()
int getAddressSize()
int getSqlPort()
int getPerformanceTimerInterval()
java.lang.String getServerVersion()
java.lang.String getGatewayHost()
int getGatewayPort()
boolean isSslEnabled()
boolean isAa()
java.lang.String getAaRole()
java.lang.String getInstanceId()
int getInstanceIndex()