public interface NodeInstanceContainer
Modifier and Type | Method and Description |
---|---|
NodeInstance |
getNodeInstance(long nodeInstanceId)
Returns the node instance with the given id, or
null
if the node instance cannot be found. |
Collection<NodeInstance> |
getNodeInstances()
Returns all node instances that are currently active
within this container.
|
Collection<NodeInstance> getNodeInstances()
NodeInstance getNodeInstance(long nodeInstanceId)
null
if the node instance cannot be found.nodeInstanceId
- Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.