org.ow2.clif.supervisor.lib
Class BladeObservation
java.lang.Object
org.ow2.clif.supervisor.lib.BladeObservation
- All Implemented Interfaces:
- java.io.Serializable
public class BladeObservation
- extends java.lang.Object
- implements java.io.Serializable
Used by the Observable interface: Observer objects will
be invoked with an instance of this class as 2nd argument whenever
a Blade state event occurs
- See Also:
Observer.update(Observable,Object)
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BladeObservation
public BladeObservation(java.lang.String bladeId,
BladeState state)
getBladeId
public java.lang.String getBladeId()
getState
public BladeState getState()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object