com.pcbsys.nirvana.nAdminAPI.nClusterStatusEntry Class Reference

This class contains online/offline status a realm within a cluster. More...

Inherits Observable.

Public Member Functions

String getName ()
 The realm name which this status belongs to. More...
 
boolean isOnline ()
 Boolean indicating if the realm is online or offline. More...
 

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.