All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.impl.agent.services.monitor.MonitorEventMO

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----com.sun.jaw.impl.agent.services.monitor.MonitorEventMO

public class MonitorEventMO
extends EventObject
implements EventObjectIfAgt
Generated by the mogen compiler version: Generator.java 3.1 09/29/98 SMI

See Also:
MoGen

Variable Index

 o COMPARISON_LEVEL_EVT
Event denoting that the comparison level is negative.
 o GRANULARITY_PERIOD_EVT
Event denoting that the granularity period is negative or zero.
 o MODULUS_VALUE_EVT
Event denoting that the modulus value is negative.
 o OBSERVED_OBJECT_EVT
Event denoting that the observed object is not registered in the CMF.
 o OBSERVED_PROPERTY_EVT
Event denoting that the observed property is not contained in the observed object.
 o OBSERVED_PROPERTY_TYPE_EVT
Event denoting that the type of the observed property is not correct.
 o OFFSET_VALUE_EVT
Event denoting that the offset value is negative.
 o THRESHIGH_LOWER_THAN_THRESLOW_EVT
Event denoting that threshold high value is less than threshold low value.
 o THRESHOLD_HIGH_VALUE_EXCEEDED_EVT
Event denoting that the observed property has exceeded the threshold high value.
 o THRESHOLD_LOW_VALUE_EXCEEDED_EVT
Event denoting that the observed property has exceeded the threshold low value.
 o THRESHOLD_TYPE_EVT
Event denoting that threshold high and threshold low are not of the same type.
 o THRESHOLD_VALUE_REACHED_EVT
Event denoting that the observed property has reached the threshold value.

Constructor Index

 o MonitorEventMO(MonitorEventMO, ManagedObject)
 o MonitorEventMO(Object, MonitorEvent, String)
Implements required constructors
 o MonitorEventMO(Object, MonitorEventMO, String)

Method Index

 o getMethodName()
Implements all methods defined for EventObjectIfAgt
 o getMonitorEventDerivedGauge()
Get derived gauge present in monitor event.
 o getMonitorEventMessage()
Get message present in monitor event.
 o getMonitorEventObservedObject()
Get observed object present in monitor event.
 o getMonitorEventObservedProperty()
Get observed property present in monitor event.
 o getMonitorEventType()
Get event type present in monitor event.

Variables

 o GRANULARITY_PERIOD_EVT
 public static final int GRANULARITY_PERIOD_EVT
Event denoting that the granularity period is negative or zero.

This event is fired by all kind of monitors.

 o OBSERVED_OBJECT_EVT
 public static final int OBSERVED_OBJECT_EVT
Event denoting that the observed object is not registered in the CMF.

This event is fired by all kind of monitors.

 o OBSERVED_PROPERTY_EVT
 public static final int OBSERVED_PROPERTY_EVT
Event denoting that the observed property is not contained in the observed object.

This event is fired by all kind of monitors.

 o OBSERVED_PROPERTY_TYPE_EVT
 public static final int OBSERVED_PROPERTY_TYPE_EVT
Event denoting that the type of the observed property is not correct.

This event is fired by all kind of monitors.

 o COMPARISON_LEVEL_EVT
 public static final int COMPARISON_LEVEL_EVT
Event denoting that the comparison level is negative.

This event is only fired by counter monitors.

 o OFFSET_VALUE_EVT
 public static final int OFFSET_VALUE_EVT
Event denoting that the offset value is negative.

This event is only fired by counter monitors.

 o MODULUS_VALUE_EVT
 public static final int MODULUS_VALUE_EVT
Event denoting that the modulus value is negative.

This event is only fired by counter monitors.

 o THRESHOLD_VALUE_REACHED_EVT
 public static final int THRESHOLD_VALUE_REACHED_EVT
Event denoting that the observed property has reached the threshold value.

This event is only fired by counter monitors.

 o THRESHOLD_TYPE_EVT
 public static final int THRESHOLD_TYPE_EVT
Event denoting that threshold high and threshold low are not of the same type.

This event is only fired by gauge monitors.

 o THRESHIGH_LOWER_THAN_THRESLOW_EVT
 public static final int THRESHIGH_LOWER_THAN_THRESLOW_EVT
Event denoting that threshold high value is less than threshold low value.

This event is only fired by gauge monitors.

 o THRESHOLD_HIGH_VALUE_EXCEEDED_EVT
 public static final int THRESHOLD_HIGH_VALUE_EXCEEDED_EVT
Event denoting that the observed property has exceeded the threshold high value.

This event is only fired by gauge monitors.

 o THRESHOLD_LOW_VALUE_EXCEEDED_EVT
 public static final int THRESHOLD_LOW_VALUE_EXCEEDED_EVT
Event denoting that the observed property has exceeded the threshold low value.

This event is only fired by gauge monitors.

Constructors

 o MonitorEventMO
 public MonitorEventMO(Object source,
                       MonitorEvent event,
                       String method)
Implements required constructors

 o MonitorEventMO
 public MonitorEventMO(Object source,
                       MonitorEventMO event,
                       String method)
 o MonitorEventMO
 public MonitorEventMO(MonitorEventMO event,
                       ManagedObject source)

Methods

 o getMonitorEventObservedProperty
 public String getMonitorEventObservedProperty()
Get observed property present in monitor event.

 o getMonitorEventType
 public Integer getMonitorEventType()
Get event type present in monitor event.

 o getMonitorEventDerivedGauge
 public Number getMonitorEventDerivedGauge()
Get derived gauge present in monitor event.

 o getMonitorEventMessage
 public String getMonitorEventMessage()
Get message present in monitor event.

 o getMonitorEventObservedObject
 public Object getMonitorEventObservedObject()
Get observed object present in monitor event.

 o getMethodName
 public String getMethodName()
Implements all methods defined for EventObjectIfAgt


All Packages  Class Hierarchy  This Package  Previous  Next  Index