|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnrecognizedSbbException | |
|---|---|
| javax.slee.management | |
| Uses of UnrecognizedSbbException in javax.slee.management |
|---|
| Methods in javax.slee.management that throw UnrecognizedSbbException | |
|---|---|
void |
ServiceUsageMBean.createUsageParameterSet(SbbID id,
java.lang.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. |
javax.management.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. |
javax.management.ObjectName |
ServiceUsageMBean.getSbbUsageMBean(SbbID id,
java.lang.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. |
javax.management.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. |
java.lang.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,
java.lang.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||