Package | Description |
---|---|
javax.slee.usage |
This package defines the interfaces and classes required to support usage collection in the SLEE.
|
Constructor and Description |
---|
UsageNotification(SbbUsageMBean sbbUsageMBean,
ServiceID serviceID,
SbbID sbbID,
String paramSet,
String paramName,
boolean counter,
long value,
long sequenceNumber,
long timestamp)
Deprecated.
Usage notifications have been expanded with new attributes to take advantage
of the new features provided by the SLEE specification. The
UsageNotification.UsageNotification(String, UsageMBean, NotificationSource, String, String, boolean, long, long, long)
constructor should be used instead of this constructor. |