public class NavigatorStatusTree extends XMLRequest implements Iterable<NavigatorStatusTree.StatusNode>
| Modifier and Type | Class and Description |
|---|---|
class |
NavigatorStatusTree.StatusLeaf
Represents a leaf in the
NavigatorStatusTree. |
class |
NavigatorStatusTree.StatusNode
Represents a node in the
NavigatorStatusTree. |
| Constructor and Description |
|---|
NavigatorStatusTree() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<NavigatorStatusTree.StatusNode> |
iterator()
Returns an Iterator which can be used to step through the
StatusNode items of the root. |
void |
setClient(int client)
Sets a specific client used as filter for the
NavigatorStatusTree. |
int |
size()
Returns the number of top level items in the Navigation Status Tree.
|
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, send, showQuarantineNotificationequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Iterator<NavigatorStatusTree.StatusNode> iterator()
StatusNode items of the root.iterator in interface Iterable<NavigatorStatusTree.StatusNode>StatusNodepublic int size()
QueueItempublic void setClient(int client)
NavigatorStatusTree. This method is only used for client 0.
For all clients other 0 it has no effect.client - filter for the NavigatorStatusTreeCopyright © 2021. All rights reserved.