Class TransientStatusMessage

  • All Implemented Interfaces:
    java.io.Serializable

    public final class TransientStatusMessage
    extends ENotificationMessage
    implements java.io.Serializable
    Reports a monitored object's transient event. This event is immediate and not on-going. The notification subject is the MonitorId.typeName and MonitorId.instanceName in the format "<type name>.<instance name>". This means that in order to subscribe to this notification, you must first request the registered monitored objects using the MonitoredObjectRequest message.
    Author:
    Charles Rapp
    See Also:
    Serialized Form
    • Field Detail

      • instance

        public final int instance
        The monitored object's 4-byte integer identifier.
      • actionLevel

        public final ActionLevel actionLevel
        The instance on-going action level.
      • actionName

        public final java.lang.String actionName
        The on-going action name.
      • actionMessage

        public final java.lang.String actionMessage
        Option message explaining the action.