public class StateChangeNotificationExtensions extends Object implements Serializable
This class defines Rhino-specific extensions applicable to state change notifications generated by the SLEE when the SLEE, a service, or a resource adaptor entity changes state.
It is present as vendor-specific data in SleeStateChangeNotification
, ServiceStateChangeNotification
, and ResourceAdaptorEntityStateChangeNotification
objects obtained from Rhino respectively.
Constructor and Description |
---|
StateChangeNotificationExtensions(int nodeID,
String namespace)
Create a new alarm extension descriptor.
|
Modifier and Type | Method and Description |
---|---|
String |
getNamespace()
Get the namespace that the notification source that raised this alarm resides in.
|
String |
toString() |
public StateChangeNotificationExtensions(int nodeID, String namespace)
Create a new alarm extension descriptor.
nodeID
- the node ID of the node that the state change occurred on.namespace
- the namespace that the notification source that raised this alarm resides in.
May be null
to represent the default namespace.