com.pcbsys.nirvana.nAdminAPI.nClusterStatusEntry Class Reference
This class contains online/offline status a realm within a cluster. More...Inherits java::util::Observable.
Public Member Functions | |
| String | getName () |
| The realm name which this status belongs to. | |
| boolean | isOnline () |
| Boolean indicating if the realm is online or offline. | |
Detailed Description
This class contains online/offline status a realm within a cluster.Member Function Documentation
| String com.pcbsys.nirvana.nAdminAPI.nClusterStatusEntry.getName | ( | ) |
The realm name which this status belongs to.
- Returns:
- Realm name
| boolean com.pcbsys.nirvana.nAdminAPI.nClusterStatusEntry.isOnline | ( | ) |
Boolean indicating if the realm is online or offline.
- Returns:
- true if the node is online.
