public class AgentListItem
extends java.lang.Object
Constructor and Description |
---|
AgentListItem(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element row,
int simulationOffset,
ConnectionAttributes session)
Constructs a
AgentListItem using the specified Element . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAgentType()
Returns the type (HostAttrType) of the agent.
|
java.lang.String |
getAuthorizations()
Returns the rights assigned to the Agent.
|
java.lang.String |
getCompression()
Returns the Compression type.
|
java.lang.String |
getCp()
Returns the linked communication process.
|
java.lang.String |
getGwName()
Returns the name of the TLS-Gateway, which the Agent uses as CP Port.
|
java.lang.String |
getHardware()
Returns the computer's hardware information (i.e.
|
java.lang.String |
getId()
Returns the ID of the Agent.
|
java.lang.String |
getIpAddress()
Returns the Agent's TCP/IP address.
|
java.lang.String |
getJclVariant()
Returns the JCL (Job Control Language) variant.
|
int |
getKeepAlive()
Returns the interval in which the server queries the Agent to test if the Agent is alive.
|
DateTime |
getLastCheck()
Returns the time of last check or
null if this host is not active. |
DateTime |
getLastLogoff() |
java.lang.String |
getLicenseCategory()
Deprecated.
the license check has been removed in version 12.2 and higher
|
char |
getLicenseClass()
Deprecated.
the license check has been removed in version 12.2 and higher
|
java.lang.String |
getMaxFileTransferResources() |
java.lang.String |
getMaxJobResources() |
java.lang.String |
getMib()
Returns the Agent's MIB information.
|
UC4HostName |
getName()
Returns the name of the Agent.
|
java.lang.String |
getNetArea() |
int |
getNumberOfClients() |
int |
getPort()
Returns the Agent's port number.
|
java.lang.String |
getProcessID()
Returns the process ID of this Agent.
|
java.lang.String |
getRoles() |
java.lang.String |
getService()
Returns the services of the Agent (Mail or Database).
|
java.lang.String |
getSoftware()
Returns Computer's operating system.
|
java.lang.String |
getSoftwareVersion()
Returns the version of the operating system.
|
java.lang.String |
getTimeDifference()
Returns the time difference between Agent and Automation Engine system.
|
java.lang.String |
getVersion()
Returns the Agent version including patch level.
|
java.lang.String |
getZduVersion() |
boolean |
isActive()
Returns
true if the Agent is running. |
boolean |
isAuthenticated()
Returns
true if the agent is authenticated, false otherwise. |
boolean |
isLinked()
Returns
true if this process is linked to the service manager. |
boolean |
isTls()
Returns true, if this is a TLS Agent.
|
java.lang.String |
toString() |
public AgentListItem(com.uc4.util.XMLDocument doc, org.w3c.dom.Element row, int simulationOffset, ConnectionAttributes session)
AgentListItem
using the specified Element
.
Internal use only.doc
- XML documentrow
- ElementsimulationOffset
- Simulation offsetsession
- Session infopublic java.lang.String getId()
public java.lang.String getNetArea()
public java.lang.String getProcessID()
public boolean isLinked()
true
if this process is linked to the service manager.public int getNumberOfClients()
public DateTime getLastLogoff()
public boolean isAuthenticated()
true
if the agent is authenticated, false otherwise.public java.lang.String getRoles()
public int getKeepAlive()
public java.lang.String getMaxFileTransferResources()
public java.lang.String getMaxJobResources()
@Deprecated public java.lang.String getLicenseCategory()
public boolean isActive()
true
if the Agent is running.public java.lang.String getCompression()
public java.lang.String getCp()
public java.lang.String getHardware()
public java.lang.String getIpAddress()
public java.lang.String getJclVariant()
public DateTime getLastCheck()
null
if this host is not active.@Deprecated public char getLicenseClass()
public java.lang.String getService()
public java.lang.String getMib()
public java.lang.String getAuthorizations()
public UC4HostName getName()
public int getPort()
public java.lang.String getSoftware()
public java.lang.String getSoftwareVersion()
public java.lang.String getTimeDifference()
public java.lang.String getVersion()
public java.lang.String getZduVersion()
public java.lang.String getAgentType()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isTls()
public java.lang.String getGwName()