Uses of Class
javax.slee.usage.UnrecognizedUsageParameterSetNameException

Packages that use UnrecognizedUsageParameterSetNameException
javax.slee.management   
javax.slee.resource   
 

Uses of UnrecognizedUsageParameterSetNameException in javax.slee.management
 

Methods in javax.slee.management that throw UnrecognizedUsageParameterSetNameException
 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 ProfileTableUsageMBean.getUsageMBean(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 profile table that this MBean is providing usage management access for.
 javax.management.ObjectName ResourceUsageMBean.getUsageMBean(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 resource adaptor entity that this MBean is providing usage management access for.
 javax.management.ObjectName SleeManagementMBean.getUsageMBean(java.lang.String subsystemName, 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 SLEE internal component or subsystem.
 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 ProfileTableUsageMBean.removeUsageParameterSet(java.lang.String paramSetName)
          Remove an existing usage parameter set from the profile table that this MBean is providing usage management access for.
 void ResourceUsageMBean.removeUsageParameterSet(java.lang.String paramSetName)
          Remove an existing usage parameter set from the resource adaptor entity that this MBean is providing usage management access for.
 

Uses of UnrecognizedUsageParameterSetNameException in javax.slee.resource
 

Methods in javax.slee.resource that throw UnrecognizedUsageParameterSetNameException
 java.lang.Object ResourceAdaptorContext.getUsageParameterSet(java.lang.String paramSetName)
          Get a named usage parameter set for the resource adaptor entity.
 



Copyright © 2008. All Rights Reserved.