Class UsageNotificationExtensions
- java.lang.Object
-
- com.opencloud.rhino.management.usage.UsageNotificationExtensions
-
- All Implemented Interfaces:
Serializable
public class UsageNotificationExtensions extends Object implements Serializable
This class defines Rhino-specific extensions applicable to SLEE usage notifications. It is present as vendor-specific data in
UsageNotification
objects obtained from Rhino.- Since:
- Rhino 2.5.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UsageNotificationExtensions(String namespace)
Create a new usage notification 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 generated the usage notification resides in.String
toString()
-
-
-
Constructor Detail
-
UsageNotificationExtensions
public UsageNotificationExtensions(String namespace)
Create a new usage notification extension descriptor.
- Parameters:
namespace
- the namespace that the notification source that generated the usage notification resides in. May benull
to represent the default namespace.
-
-