public class TraceNotificationExtensions extends Object implements Serializable
This class defines Rhino-specific extensions applicable to SLEE trace notifications.
It is present as vendor-specific data in TraceNotification
objects obtained from Rhino.
Constructor and Description |
---|
TraceNotificationExtensions(int nodeID,
String namespace)
Create a new trace notification extension descriptor.
|
Modifier and Type | Method and Description |
---|---|
String |
getNamespace()
Get the namespace that the notification source that generated the trace message resides in.
|
int |
getNodeID()
Get the node ID of the node that raised this alarm.
|
String |
toString() |
public TraceNotificationExtensions(int nodeID, String namespace)
Create a new trace notification extension descriptor.
nodeID
- the node ID of the node that raised this alarm.namespace
- the namespace that the notification source that generated the trace message resides in.
May be null
to represent the default namespace.public int getNodeID()
Get the node ID of the node that raised this alarm.
public String getNamespace()
Get the namespace that the notification source that generated the trace message resides in.
null
if the default namespace.