Class TraceNotificationExtensions
- java.lang.Object
- 
- com.opencloud.rhino.management.trace.TraceNotificationExtensions
 
- 
- All Implemented Interfaces:
- Serializable
 
 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 TraceNotificationobjects obtained from Rhino.- Since:
- Rhino 2.5.0
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description TraceNotificationExtensions(int nodeID, String namespace)Create a new trace notification extension descriptor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNamespace()Get the namespace that the notification source that generated the trace message resides in.intgetNodeID()Get the node ID of the node that raised this alarm.StringtoString()
 
- 
- 
- 
Constructor Detail- 
TraceNotificationExtensionspublic TraceNotificationExtensions(int nodeID, String namespace)Create a new trace notification extension descriptor. - Parameters:
- 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- nullto represent the default namespace.
 
 
- 
 - 
Method Detail- 
getNodeIDpublic int getNodeID() Get the node ID of the node that raised this alarm. - Returns:
- the node ID.
 
 - 
getNamespacepublic String getNamespace() Get the namespace that the notification source that generated the trace message resides in. - Returns:
- the namespace, or nullif the default namespace.
 
 
- 
 
-