public class ServerListItem
extends java.lang.Object
Constructor and Description |
---|
ServerListItem(org.w3c.dom.Element row,
ConnectionAttributes session)
Constructs a
ServerListEntry from an Element . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
int |
getB01()
Returns the percentage of server process utilization over the last minute.
|
int |
getB10()
Percentage of server process utilization over the last 10 minutes.
|
int |
getB60()
Percentage of server process utilization over the last 60 minutes.
|
int |
getConnections()
Returns the number of connections to clients of communication processes.
|
java.lang.String |
getHostName()
Returns the name of the computer on which the server process is running.
|
java.lang.String |
getId()
Returns the ID of this server process.
|
java.lang.String |
getIpAddress()
Returns the TCP/IP address of the server process.
|
java.lang.String |
getMqSetActive()
Returns the name of the message queue set for new message.
|
java.lang.String |
getMqSetOwn()
Returns the name of the message queue set that is used by this server.
|
java.lang.String |
getName()
Returns the Server process name.
|
java.lang.String |
getNetArea() |
int |
getPort()
Returns the Server process port number.
|
java.lang.String |
getProcessId()
Returns the process identification number of the server process.
|
java.lang.String |
getRole()
Returns the role of the work process.
|
java.lang.String[] |
getRoles()
Returns all roles that the work process has assigned.
|
DateTime |
getServerTime()
Returns the Date and time of the computer on which the server process is running
or
null if the server process is not active. |
java.lang.String |
getTimeDifference()
Returns the time difference between the computer on which the server process
is running and the Automation Engine.
|
char |
getType()
Returns the process type.
|
java.lang.String |
getVersion()
Returns the server process version including the patch level.
|
java.lang.String |
getZduVersion() |
int |
hashCode() |
boolean |
isActive()
Returns
true if the process is active. |
boolean |
isDedicated()
Returns if a process is started with a dedicated role.
|
boolean |
isLinked()
Returns
true if this process is linked to the service manager. |
boolean |
isMqSetActive()
Returns
true if mqSetActive = mqSetOwn. |
java.lang.String |
toString() |
public ServerListItem(org.w3c.dom.Element row, ConnectionAttributes session)
ServerListEntry
from an Element
.row
- Elementsession
- Session infopublic java.lang.String getId()
public java.lang.String getNetArea()
public boolean isMqSetActive()
true
if mqSetActive = mqSetOwn.public boolean isLinked()
true
if this process is linked to the service manager.public java.lang.String getRole()
public java.lang.String[] getRoles()
public java.lang.String getTimeDifference()
public int getB01()
public int getB10()
public int getB60()
public java.lang.String getHostName()
public java.lang.String getIpAddress()
public java.lang.String getName()
public int getConnections()
public int getPort()
public java.lang.String getProcessId()
public DateTime getServerTime()
null
if the server process is not active.public char getType()
public java.lang.String getVersion()
public java.lang.String getZduVersion()
public boolean isActive()
true
if the process is active.public java.lang.String getMqSetOwn()
public java.lang.String getMqSetActive()
public boolean isDedicated()
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object