Package | Description |
---|---|
javax.slee.management |
This package defines the SLEE external management interfaces.
|
Modifier and Type | Method and Description |
---|---|
int |
AlarmMBean.clearAlarms(NotificationSource notificationSource)
Clear all active alarms raised by the specified notification source.
|
int |
AlarmMBean.clearAlarms(NotificationSource notificationSource,
String alarmType)
Clear all active alarms of the specified type raised by the specified notification
source.
|
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,
String tracerName)
Get the effective trace filter level of the specified tracer for the specified
notification source.
|
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.
|
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,
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,
String tracerName)
Unset the trace filter level of the specified tracer for the specified notification
source.
|