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 UsageNotificationobjects obtained from Rhino.- Since:
- Rhino 2.5.0
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description UsageNotificationExtensions(String namespace)Create a new usage 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 usage notification resides in.StringtoString()
 
- 
- 
- 
Constructor Detail- 
UsageNotificationExtensionspublic 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 be- nullto represent the default namespace.
 
 
- 
 
-