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