public class UsageNotificationExtensions extends Object implements Serializable
UsageNotification
objects obtained from Rhino.Constructor and Description |
---|
UsageNotificationExtensions(String namespace)
Create a new usage notification extension descriptor.
|
Modifier and Type | Method and Description |
---|---|
String |
getNamespace()
Get the namespace that the notification source that generated the usage notification
resides in.
|
String |
toString() |
public UsageNotificationExtensions(String namespace)
namespace
- the namespace that the notification source that generated the usage
notification resides in. May be null
to represent the default namespace.