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.
|
void |
ResourceUsageMBean.createUsageParameterSet(String paramSetName)
Create a new usage parameter set that the resource adaptor entity that this MBean
is providing usage management access for is permitted to use in the
ResourceAdaptorContext.getUsageParameterSet(java.lang.String) method. |
void |
ProfileTableUsageMBean.createUsageParameterSet(String paramSetName)
Create a new usage parameter set that the profiles in the profile table that this
MBean is providing usage acces for are permitted to use in the one-argument form
of the get-usage-parameters method.
|