See: Description
| Interface | Description |
|---|---|
| SbbUsageMBean | Deprecated
This interface has been replaced with the
UsageMBean interface,
which specifies the source of the usage information using a generic
NotificationSource object. |
| UsageMBean |
The
UsageMBean interface defines the basic common functionality required
for the management of a single usage parameter set. |
| UsageNotificationManagerMBean |
The
UsageNotificationManagerMBean interface defines the basic common
functionality required for the management of usage notifications. |
| Class | Description |
|---|---|
| SampleStatistics |
This class provides basic statistical information for a sample-type usage parameter.
|
| UsageNotification |
Notifications of this type are emitted by a
UsageMBean to indicate a counter-type
usage parameter has been updated or a sample-type usage parameter has accumulated a
new sample. |
| UsageOutOfRangeFilter |
A notification filter that only allows through
UsageNotifications where the
notification source and usage parameter name match specified values, and the value of
the usage parameter contained in the notification falls outside a specified range. |
| UsageThresholdFilter |
A notification filter that only allows through
UsageNotifications where the
notification source usage parameter name match specified values, and the value of the
usage parameter has crossed a specified threshold (in either the positive or negative
direction). |
| UsageUpdatedFilter |
A notification filter that only allows through
UsageNotifications where the
notification source and usage parameter name match specified values. |
| Exception | Description |
|---|---|
| NoUsageParametersInterfaceDefinedException |
This exception is thrown if a resource adaptor entity attempts to obtain a usage
parameter set from its
ResourceAdaptorContext if the Resource
Adaptor did not define a Usage Parameters Interface. |
| UnrecognizedUsageParameterSetNameException |
This exception is thrown by a
UsageMBean when an attempt
is made to refer to an usage parameter set that does not exist. |