Uses of Interface
javax.slee.management.NotificationSource

Packages that use NotificationSource
javax.slee.management   
javax.slee.usage   
 

Uses of NotificationSource in javax.slee.management
 

Classes in javax.slee.management that implement NotificationSource
 class ProfileTableNotification
          This class identifies a notification such as an alarm or trace notification as being generated in response to some action performed by a profile object on behalf of a profile.
 class ResourceAdaptorEntityNotification
          This class identifies a notification such as an alarm or trace notification as being generated in response to some action performed by a resource adaptor entity.
 class SbbNotification
          This class identifies a notification such as an alarm or trace notification as being generated in response to some action performed by an SBB.
 class SubsystemNotification
          This class identifies a notification such as an alarm or trace notification as being generated from some internal subsystem in the SLEE.
 

Methods in javax.slee.management that return NotificationSource
 NotificationSource AlarmNotification.getNotificationSource()
          Get the object that identifies the component or subsystem in the SLEE that raised the alarm.
 NotificationSource TraceNotification.getNotificationSource()
          Get the object that identifies the component or subsystem in the SLEE that caused this trace notification to be generated.
 NotificationSource Alarm.getNotificationSource()
          Get the object that identifies the component or subsystem in the SLEE that raised the alarm.
 

Methods in javax.slee.management with parameters of type NotificationSource
 int AlarmMBean.clearAlarms(NotificationSource notificationSource)
          Clear all active alarms raised by the specified notification source.
 int AlarmMBean.clearAlarms(NotificationSource notificationSource, java.lang.String alarmType)
          Clear all active alarms of the specified type raised by the specified notification source.
 java.lang.String[] AlarmMBean.getAlarms(NotificationSource notificationSource)
          Get the unique alarm identifiers for stateful alarms currently active in the SLEE that were raised by the specified notification source.
 TraceLevel TraceMBean.getTraceLevel(NotificationSource notificationSource, java.lang.String tracerName)
          Get the effective trace filter level of the specified tracer for the specified notification source.
 java.lang.String[] TraceMBean.getTracersSet(NotificationSource notificationSource)
          Get the names of the tracers for which a trace filter level has been assigned for the specified notification source.
 java.lang.String[] TraceMBean.getTracersUsed(NotificationSource notificationSource)
          Get the names of the tracers that have been requested by the specified notification source.
 void TraceMBean.setTraceLevel(NotificationSource notificationSource, java.lang.String tracerName, TraceLevel level)
          Set the trace filter level of the specified tracer for the specified notification source to the specified trace level.
 void TraceMBean.unsetTraceLevel(NotificationSource notificationSource, java.lang.String tracerName)
          Unset the trace filter level of the specified tracer for the specified notification source.
 

Constructors in javax.slee.management with parameters of type NotificationSource
Alarm(java.lang.String alarmID, NotificationSource notificationSource, java.lang.String alarmType, java.lang.String instanceID, AlarmLevel level, java.lang.String message, java.lang.Throwable cause, long timestamp)
          Create an Alarm object that contains information about an alarm that has been raised in the SLEE.
AlarmNotification(java.lang.String type, AlarmMBean alarmMBean, java.lang.String alarmID, NotificationSource notificationSource, java.lang.String alarmType, java.lang.String instanceID, AlarmLevel alarmLevel, java.lang.String message, java.lang.Throwable cause, long sequenceNumber, long timestamp)
          Create an AlarmNotification to notify listeners of an alarm.
TraceNotification(java.lang.String type, TraceMBean traceMBean, NotificationSource notificationSource, java.lang.String tracerName, TraceLevel traceLevel, java.lang.String message, java.lang.Throwable cause, long sequenceNumber, long timestamp)
          Create a TraceNotification to notify listeners of a trace message.
 

Uses of NotificationSource in javax.slee.usage
 

Methods in javax.slee.usage that return NotificationSource
 NotificationSource UsageNotificationManagerMBean.getNotificationSource()
          Get the notification source that this Usage Notification Manager MBean is managing usage notification enabler flags for.
 NotificationSource UsageMBean.getNotificationSource()
          Get the notification source that this Usage MBean is presenting usage information for.
 NotificationSource UsageNotification.getNotificationSource()
          Get the object that identifies the component or subsystem in the SLEE that caused this usage notification to be generated.
 

Constructors in javax.slee.usage with parameters of type NotificationSource
UsageNotification(java.lang.String type, UsageMBean usageMBean, NotificationSource notificationSource, java.lang.String paramSet, java.lang.String paramName, boolean counter, long value, long sequenceNumber, long timestamp)
          Create a UsageNotification to notify listeners of an update to a usage parameter's value.
UsageOutOfRangeFilter(NotificationSource notificationSource, java.lang.String paramName, long lowValue, long highValue)
          Create a UsageOutOfRangeFilter.
UsageThresholdFilter(NotificationSource notificationSource, java.lang.String paramName, long threshold)
          Create a UsageThresholdFilter.
UsageUpdatedFilter(NotificationSource notificationSource, java.lang.String paramName)
          Create a UsageUpdatedFilter.
 



Copyright © 2008. All Rights Reserved.