Package com.opencloud.rhino.management
Class StateChangeNotificationExtensions
- java.lang.Object
-
- com.opencloud.rhino.management.StateChangeNotificationExtensions
-
- All Implemented Interfaces:
Serializable
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
, andResourceAdaptorEntityStateChangeNotification
objects obtained from Rhino respectively.- Since:
- Rhino 2.5.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StateChangeNotificationExtensions(int nodeID, String namespace)
Create a new alarm extension descriptor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getNamespace()
Get the namespace that the notification source that raised this alarm resides in.String
toString()
-
-
-
Constructor Detail
-
StateChangeNotificationExtensions
public StateChangeNotificationExtensions(int nodeID, String namespace)
Create a new alarm extension descriptor.
- Parameters:
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 benull
to represent the default namespace.
-
-