Class 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 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 be null to represent the default namespace.
    • Method Detail

      • getNamespace

        public String getNamespace()

        Get the namespace that the notification source that generated the usage notification resides in.

        Returns:
        the namespace, or null if the default namespace.