public interface NodeContainer
Modifier and Type | Method and Description |
---|---|
Node |
getNode(long id)
The node in this NodeContainer with the given id.
|
Node |
getNodeByUniqueId(String nodeId)
the node in this NodeContainer with the give unique id
|
Node[] |
getNodes()
The Nodes of this NodeContainer.
|
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.