Uses of Class
javax.slee.management.UnrecognizedNotificationSourceException

Packages that use UnrecognizedNotificationSourceException
javax.slee.management   
 

Uses of UnrecognizedNotificationSourceException in javax.slee.management
 

Methods in javax.slee.management that throw UnrecognizedNotificationSourceException
 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.
 



Copyright © 2008. All Rights Reserved.