public interface TraceMBean extends TraceMBean
OBJECT_NAME, TRACE_NOTIFICATION_TYPE
Modifier and Type | Method and Description |
---|---|
Level |
getTraceLevel(ComponentID id) |
TraceLevel |
getTraceLevel(NotificationSource notificationSource,
String tracerName) |
String[] |
getTracersSet(NotificationSource notificationSource) |
String[] |
getTracersUsed(NotificationSource notificationSource) |
setTraceLevel, setTraceLevel, unsetTraceLevel
Level getTraceLevel(ComponentID id) throws NullPointerException, UnrecognizedComponentException, ManagementException
getTraceLevel
in interface TraceMBean
NullPointerException
UnrecognizedComponentException
ManagementException
String[] getTracersUsed(NotificationSource notificationSource) throws NullPointerException, UnrecognizedNotificationSourceException, ManagementException
getTracersUsed
in interface TraceMBean
NullPointerException
UnrecognizedNotificationSourceException
ManagementException
String[] getTracersSet(NotificationSource notificationSource) throws NullPointerException, UnrecognizedNotificationSourceException, ManagementException
getTracersSet
in interface TraceMBean
NullPointerException
UnrecognizedNotificationSourceException
ManagementException
TraceLevel getTraceLevel(NotificationSource notificationSource, String tracerName) throws NullPointerException, InvalidArgumentException, UnrecognizedNotificationSourceException, ManagementException
getTraceLevel
in interface TraceMBean
NullPointerException
InvalidArgumentException
UnrecognizedNotificationSourceException
ManagementException