Package javax.slee.usage

Interface Summary
SampleStatistics This interface provides basic statistical information for a sample-type SBB usage parameter.
SbbUsageMBean The SbbUsageMBean interface must be implemented by a SBB Usage MBean Class generated by the SLEE.
 

Class Summary
UsageNotification This notification is emitted by an SbbUsageMBean object 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 Service component identifier, SBB component identifier, and the 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 Service component identifier, SBB component identifier, and the 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 Service component identifier, SBB component identifier, and the usage parameter name match specified values.
 

Exception Summary
UnrecognizedUsageParameterSetNameException This exception is thrown by a ServiceUsageMBean when an attempt is made to refer to an SBB usage parameter set that does not exist.