Package | Description |
---|---|
javax.slee.management |
This package defines the SLEE external management interfaces.
|
Modifier and Type | Method and Description |
---|---|
ObjectName |
SleeManagementMBean.getUsageMBean(String subsystemName)
Get the JMX Object Name of a
UsageMBean object that
provides management access to the unnamed usage parameter set for the specified
SLEE internal component or subsystem. |
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. |
ObjectName |
SleeManagementMBean.getUsageNotificationManagerMBean(String subsystemName)
Get the JMX Object Name of a
UsageNotificationManagerMBean
that provides management access to the usage notification manager for the specified
SLEE internal component or subsystem. |
String[] |
SleeManagementMBean.getUsageParameterSets(String subsystemName)
Get the names of the usage parameter sets that the specified SLEE internal
component or subsystem is permitted to use.
|
boolean |
SleeManagementMBean.hasUsage(String subsystemName)
Determine if usage information is available for the specified SLEE internal
component or subsystem.
|