Uses of Class
net.sf.eBusx.monitor.ActionLevel
-
Packages that use ActionLevel Package Description net.sf.eBusx.monitor This package provides the ability to instrumenteBus objects
and to monitor those objects' on-going state and transient events. -
-
Uses of ActionLevel in net.sf.eBusx.monitor
Fields in net.sf.eBusx.monitor declared as ActionLevel Modifier and Type Field Description ActionLevel
MonitorUpdate. actionLevel
Action level associated with update type.ActionLevel
PersistentStatusMessage. actionLevel
The instance on-going action level.ActionLevel
TransientStatusMessage. actionLevel
The instance on-going action level.Methods in net.sf.eBusx.monitor that return ActionLevel Modifier and Type Method Description static ActionLevel
ActionLevel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ActionLevel[]
ActionLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.eBusx.monitor with parameters of type ActionLevel Modifier and Type Method Description MonitorUpdate.Builder
MonitorUpdate.Builder. actionLevel(ActionLevel level)
PersistentStatusMessage.Builder
PersistentStatusMessage.Builder. actionLevel(ActionLevel level)
Sets action level.TransientStatusMessage.Builder
TransientStatusMessage.Builder. actionLevel(ActionLevel level)
void
Monitor. transientStatus(ActionLevel actionLevel, java.lang.String actionName, java.lang.String actionMsg, EObject obj)
Posts a one-time transient event for the given monitorable object.void
Monitor. update(ActionLevel actionLevel, java.lang.String actionName, java.lang.String actionMsg, EObject obj)
Updates the monitorable object on-going status with the given parameters.
-