com.pcbsys.nirvana.nAdminAPI.nClusterStatusEntry Class Reference

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

Inheritance diagram for com.pcbsys.nirvana.nAdminAPI.nClusterStatusEntry:
com.pcbsys.nirvana.client.Observable

Public Member Functions

virtual bool isOnline ()
 Boolean indicating if the realm is online or offline More...
 
- Public Member Functions inherited from com.pcbsys.nirvana.client.Observable
void addObserver (IObserver o)
 Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set. More...
 
int countObservers ()
 Returns the number of observers of this Observable object. More...
 
void deleteObserver (IObserver o)
 Deletes an observer from the set of observers of this object. More...
 
void deleteObservers ()
 Clears the observer list so that this object no longer has any observers. More...
 
bool hasChanged ()
 Tests if this object has changed. More...
 
void notifyObservers ()
 If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed. More...
 
void notifyObservers (Object arg)
 If this object has changed, as indicated by the More...
 
 Observable ()
 Construct an Observable with zero Observers. More...
 

Properties

virtual string Name [get]
 The realm name which this status belongs to More...
 

Additional Inherited Members

- Protected Member Functions inherited from com.pcbsys.nirvana.client.Observable
void clearChanged ()
 Indicates that this object has no longer changed, or that it has already notified all of its observers of its most recent change, so that the hasChanged method will now return false. More...
 
void setChanged ()
 Marks this Observable object as having been changed; the hasChanged method will now return true. More...
 

Detailed Description

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

Member Function Documentation

virtual bool com.pcbsys.nirvana.nAdminAPI.nClusterStatusEntry.isOnline ( )
virtual

Boolean indicating if the realm is online or offline

Returns
true if the node is online.

Property Documentation

virtual string com.pcbsys.nirvana.nAdminAPI.nClusterStatusEntry.Name
get

The realm name which this status belongs to

Returns
Realm name