public class AgentGroupListItem
extends java.lang.Object
Constructor and Description |
---|
AgentGroupListItem(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element row)
Internal use only.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getClient()
Returns the client of the AgentGroup.
|
java.lang.String |
getId() |
java.lang.String |
getJclVariant()
Returns the JCL variant of the host group.
|
java.lang.String |
getMode()
Returns the mode of the host group.
|
UC4ObjectName |
getName()
Returns the name of the host group.
|
int |
getParallelTasks()
Returns the number of parallel tasks or -1 if this proptery has not been set.
|
int |
hashCode() |
boolean |
isEnforced()
Returns
true if the task should even run when a host is
inactive and getMode() returns "All". |
java.lang.String |
toString() |
public AgentGroupListItem(com.uc4.util.XMLDocument doc, org.w3c.dom.Element row)
doc
- XML Documentrow
- Elementpublic int getClient()
public java.lang.String getId()
public boolean isEnforced()
true
if the task should even run when a host is
inactive and getMode()
returns "All".public java.lang.String getJclVariant()
public java.lang.String getMode()
public UC4ObjectName getName()
public int getParallelTasks()
public boolean equals(java.lang.Object obj)
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