Package | Description |
---|---|
javax.slee.management |
This package defines the SLEE external management interfaces.
|
javax.slee.resource |
This package defines the classes and interfaces for resource adaptor components.
|
Modifier and Type | Method and Description |
---|---|
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 |
ResourceUsageMBean.getUsageMBean(String paramSetName)
Get the JMX Object Name of a
UsageMBean object that provides
management access to the named usage parameter set for the resource adaptor entity that
this MBean is providing usage management access for. |
ObjectName |
ProfileTableUsageMBean.getUsageMBean(String paramSetName)
Get the JMX Object Name of a
UsageMBean object that provides
management access to the named usage parameter set for the profile table that this
MBean is providing usage management access for. |
ObjectName |
SleeManagementMBean.getUsageMBean(String subsystemName,
String paramSetName)
Get the JMX Object Name of a
UsageMBean object that
provides management access to the named usage parameter set for the specified
SLEE internal component or subsystem. |
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 |
ResourceUsageMBean.removeUsageParameterSet(String paramSetName)
Remove an existing usage parameter set from the resource adaptor entity that this
MBean is providing usage management access for.
|
void |
ProfileTableUsageMBean.removeUsageParameterSet(String paramSetName)
Remove an existing usage parameter set from the profile table that this MBean
is providing usage management access for.
|
Modifier and Type | Method and Description |
---|---|
Object |
ResourceAdaptorContext.getUsageParameterSet(String paramSetName)
Get a named usage parameter set for the resource adaptor entity.
|