public class ClientListItem
extends java.lang.Object
Constructor and Description |
---|
ClientListItem(org.w3c.dom.Element row)
Constructs a
ClientListItem from a XML element. |
Modifier and Type | Method and Description |
---|---|
int |
getClient()
Returns the number of the client.
|
java.lang.String |
getId()
ID of the client.
|
java.lang.String |
getMibInfo()
Returns MIB information of the client.
|
java.lang.String |
getMibMonitor()
Displays whether the client is subject to SNMP monitoring.
|
int |
getNumberOfActivities()
Number of tasks currently being executed.
|
int |
getNumberOfObjects()
Number of objects created in the client.
|
int |
getNumberOfUsers()
Number of users that are currently logged-on.
|
int |
getPriority()
Default value of the priority set for the client in the UC4 Variable UC_CLIENT_SETTINGS.
|
int |
getTaskPriority()
Default value of the priority set for the client in the UC4 Variable UC_CLIENT_SETTINGS.
|
UC4TimezoneName |
getTimezone()
Time zone valid in this client.
|
java.lang.String |
getTitle()
Title specified in the client object.
|
boolean |
isClientActive()
Returns true if the client is currently active.
|
boolean |
isClientInDeletion()
Returns true if the client is in deletion progress and client is not active.
|
java.lang.String |
toString() |
public ClientListItem(org.w3c.dom.Element row)
ClientListItem
from a XML element.row
- Elementpublic boolean isClientInDeletion()
public boolean isClientActive()
public int getClient()
public java.lang.String getMibInfo()
public java.lang.String getMibMonitor()
public int getPriority()
public int getTaskPriority()
public int getNumberOfActivities()
public int getNumberOfObjects()
public int getNumberOfUsers()
public UC4TimezoneName getTimezone()
public java.lang.String getTitle()
public java.lang.String getId()
public java.lang.String toString()
toString
in class java.lang.Object