Package | Description |
---|---|
org.jboss.dashboard.cluster |
Modifier and Type | Method and Description |
---|---|
ClusterNode |
ClusterNodesManager.getNodeById(Long id)
Returns a cluster node instance for a given identifier.
|
ClusterNode |
ClusterNodesManager.getNodeByIpAddress(String ip)
Returns a cluster node instance for a given IP address.
|
Modifier and Type | Method and Description |
---|---|
List<ClusterNode> |
ClusterNodesManager.getNodeByStatus(ClusterNode.ClusterNodeStatus status)
Returns a cluster node/s instance for a given status.
|
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.