| |
|
| java.lang.Object org.jboss.mx.util.ObservedObject
ObservedObject | public class ObservedObject (Code) | | An observed object
|
OBSERVED_ATTRIBUTE_ERROR_NOTIFIED | final public static int OBSERVED_ATTRIBUTE_ERROR_NOTIFIED(Code) | | An observed attribute error has been notified.
|
OBSERVED_ATTRIBUTE_TYPE_ERROR_NOTIFIED | final public static int OBSERVED_ATTRIBUTE_TYPE_ERROR_NOTIFIED(Code) | | An observed attribute type error has been notified.
|
OBSERVED_OBJECT_ERROR_NOTIFIED | final public static int OBSERVED_OBJECT_ERROR_NOTIFIED(Code) | | An observed object error has been notified.
|
RUNTIME_ERROR_NOTIFIED | final public static int RUNTIME_ERROR_NOTIFIED(Code) | | An observed attribute type error has been notified.
|
ObservedObject | public ObservedObject(ObjectName objectName)(Code) | | Construct a new observed object.
Parameters: objectName - the object name. |
getAlreadyNotified | public int getAlreadyNotified()(Code) | | |
getDerivedGaugeTimeStamp | public long getDerivedGaugeTimeStamp()(Code) | | |
isAlreadyNotified | public boolean isAlreadyNotified(int mask)(Code) | | |
notAlreadyNotified | public boolean notAlreadyNotified(int mask)(Code) | | |
resetAlreadyNotified | public void resetAlreadyNotified()(Code) | | |
setAlreadyNotified | public void setAlreadyNotified(int mask)(Code) | | |
setDerivedGauge | public void setDerivedGauge(Object gauge)(Code) | | |
setDerivedGaugeTimeStamp | public void setDerivedGaugeTimeStamp(long ts)(Code) | | |
setNotAlreadyNotified | public void setNotAlreadyNotified(int mask)(Code) | | |
setThreshold | public void setThreshold(Object threshold)(Code) | | |
toString | public String toString()(Code) | | human readable string. |
|
|
|