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 objectsand 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 ActionLevelMonitorUpdate. actionLevelAction level associated with update type.ActionLevelPersistentStatusMessage. actionLevelThe instance on-going action level.ActionLevelTransientStatusMessage. actionLevelThe instance on-going action level.Methods in net.sf.eBusx.monitor that return ActionLevel Modifier and Type Method Description static ActionLevelActionLevel. 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.BuilderMonitorUpdate.Builder. actionLevel(ActionLevel level)PersistentStatusMessage.BuilderPersistentStatusMessage.Builder. actionLevel(ActionLevel level)Sets action level.TransientStatusMessage.BuilderTransientStatusMessage.Builder. actionLevel(ActionLevel level)voidMonitor. transientStatus(ActionLevel actionLevel, java.lang.String actionName, java.lang.String actionMsg, EObject obj)Posts a one-time transient event for the given monitorable object.voidMonitor. update(ActionLevel actionLevel, java.lang.String actionName, java.lang.String actionMsg, EObject obj)Updates the monitorable object on-going status with the given parameters.
-