Package | Description |
---|---|
javax.slee.management |
This package defines the SLEE external management interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceUsageMBean.createUsageParameterSet(SbbID id,
String paramSetName)
Create a new usage parameter set that the specified SBB is permitted to use in the
one-argument form of the get-usage-parameters methods, when the service component
identifier argument of the get-usage-parameters method identifies the Service that
this MBean provides usage management access for.
|
ObjectName |
ServiceUsageMBean.getSbbUsageMBean(SbbID id)
Get the JMX Object Name of a
UsageMBean object that provides
management access to the unnamed usage parameter set for the specified SBB. |
ObjectName |
ServiceUsageMBean.getSbbUsageMBean(SbbID id,
String paramSetName)
Get the JMX Object Name of a
UsageMBean object that provides
management access to the named usage parameter set for the specified SBB. |
ObjectName |
ServiceUsageMBean.getSbbUsageNotificationManagerMBean(SbbID id)
Get the JMX Object Name of a
UsageNotificationManagerMBean
that provides management access to the usage notification manager for the specified SBB. |
String[] |
ServiceUsageMBean.getUsageParameterSets(SbbID id)
Get the names of the usage parameter sets that the specified SBB is permitted to use
in the one-argument form of the get-usage-parameters methods, when the service component
identifier argument of the get-usage-parameters method identifies the Service that
this MBean provides usage management access for.
|
void |
ServiceUsageMBean.removeUsageParameterSet(SbbID id,
String paramSetName)
Remove an existing usage parameter set that the specified SBB is permitted to
use in the one-argument form of the get-usage-parameters methods, when the service
component identifier argument of the get-usage-parameters method identifies the Service
that this MBean provides usage management access for.
|
void |
ServiceUsageMBean.resetAllUsageParameters(SbbID id)
Reset all usage parameters in the unamed usage parameter set, and all named usage
parameter sets, of the specified SBB.
|