Package | Description |
---|---|
javax.slee.management |
This package defines the SLEE external management interfaces.
|
Constructor and Description |
---|
TraceNotification(String type,
TraceMBean traceMBean,
NotificationSource notificationSource,
String tracerName,
TraceLevel traceLevel,
String message,
Throwable cause,
long sequenceNumber,
long timestamp)
Create a
TraceNotification to notify listeners of a trace message. |
TraceNotification(TraceMBean traceMBean,
String messageType,
Object messageSource,
Level traceLevel,
String message,
Throwable cause,
long sequenceNumber,
long timestamp)
Deprecated.
Trace notifications have been expanded with new attributes to take advantage
of the new features provided by the SLEE specification. The
TraceNotification.TraceNotification(String, TraceMBean, NotificationSource, String, javax.slee.facilities.TraceLevel, String, Throwable, long, long)
constructor should be used instead of this constructor. |