public class QueueOverview extends Object implements ExtensionElement
Modifier and Type | Class and Description |
---|---|
static class |
QueueOverview.Provider |
Modifier and Type | Field and Description |
---|---|
static String |
ELEMENT_NAME
Element name of the stanza(/packet) extension.
|
static String |
NAMESPACE
Namespace of the stanza(/packet) extension.
|
Modifier and Type | Method and Description |
---|---|
int |
getAverageWaitTime() |
String |
getElementName()
Returns the root element name.
|
String |
getNamespace()
Returns the root element XML namespace.
|
Date |
getOldestEntry() |
WorkgroupQueue.Status |
getStatus() |
int |
getUserCount() |
String |
toXML()
Returns the XML representation of this Element.
|
public static String ELEMENT_NAME
public static String NAMESPACE
public int getAverageWaitTime()
public Date getOldestEntry()
public int getUserCount()
public WorkgroupQueue.Status getStatus()
public String getElementName()
NamedElement
getElementName
in interface NamedElement
public String getNamespace()
ExtensionElement
getNamespace
in interface ExtensionElement
Copyright © 2016. All rights reserved.