Uses of Class
javax.slee.InvalidArgumentException

Packages that use InvalidArgumentException
javax.slee.management   
javax.slee.usage   
 

Uses of InvalidArgumentException in javax.slee.management
 

Methods in javax.slee.management that throw InvalidArgumentException
 void ServiceManagementMBean.activate(ServiceID[] ids)
          Activate a set of Services.
 void ResourceManagementMBean.bindLinkName(java.lang.String entityName, java.lang.String linkName)
          Bind a resource adaptor entity to a link name.
 javax.management.ObjectName ProfileProvisioningMBean.createProfile(java.lang.String profileTableName, java.lang.String newProfileName)
          Create a new profile with the specified name in the specified profile table.
 void ProfileProvisioningMBean.createProfileTable(ProfileSpecificationID id, java.lang.String newProfileTableName)
          Create a new profile table from a profile specification.
 void ResourceManagementMBean.createResourceAdaptorEntity(ResourceAdaptorID id, java.lang.String entityName, ConfigProperties properties)
          Create a resource adaptor entity using the specified configuration properties.
 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.
 void ProfileTableUsageMBean.createUsageParameterSet(java.lang.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.
 void ResourceUsageMBean.createUsageParameterSet(java.lang.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 ServiceManagementMBean.deactivate(ServiceID[] ids)
          Deactivate a set of Services.
 void ServiceManagementMBean.deactivateAndActivate(ServiceID[] deactivateIDs, ServiceID[] activateIDs)
          Deactivate one set of Services and activate another set of Services.
 void ServiceManagementMBean.deactivateAndActivate(ServiceID deactivateID, ServiceID activateID)
          Deactivate one Service and activate another Service.
 java.util.Collection ProfileProvisioningMBean.getProfilesByAttribute(java.lang.String profileTableName, java.lang.String attributeName, java.lang.Object attributeValue)
          Get a collection of ProfileID objects that identify the profiles contained in the specified profile table where the specified profile attribute is set to the specified value.
 java.util.Collection ProfileProvisioningMBean.getProfilesByStaticQuery(java.lang.String profileTableName, java.lang.String queryName, java.lang.Object[] parameters)
          Get a collection of ProfileID objects that identify the profiles contained in the specified profile table where the profiles satisfy a particular search criteria.
 javax.management.ObjectName ProfileProvisioningMBean.getProfileTableUsageMBean(java.lang.String profileTableName)
          Get the JMX Object Name of a ProfileTableUsageMBean object for a profile table.
 javax.management.ObjectName ResourceManagementMBean.getResourceUsageMBean(java.lang.String entityName)
          Get the JMX Object Name of a ResourceUsageMBean object for a resource adaptor entity.
 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.
 TraceLevel TraceMBean.getTraceLevel(NotificationSource notificationSource, java.lang.String tracerName)
          Get the effective trace filter level of the specified tracer for the specified notification source.
 javax.management.ObjectName SleeManagementMBean.getUsageMBean(java.lang.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.
 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.
 javax.management.ObjectName SleeManagementMBean.getUsageNotificationManagerMBean(java.lang.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.
 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.
 java.lang.String[] SleeManagementMBean.getUsageParameterSets(java.lang.String subsystemName)
          Get the names of the usage parameter sets that the specified SLEE internal component or subsystem is permitted to use.
 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 ProfileProvisioningMBean.renameProfileTable(java.lang.String oldProfileTableName, java.lang.String newProfileTableName)
          Rename a profile table.
 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.
 void TraceMBean.setTraceLevel(NotificationSource notificationSource, java.lang.String tracerName, TraceLevel level)
          Set the trace filter level of the specified tracer for the specified notification source to the specified trace level.
 void TraceMBean.unsetTraceLevel(NotificationSource notificationSource, java.lang.String tracerName)
          Unset the trace filter level of the specified tracer for the specified notification source.
 

Uses of InvalidArgumentException in javax.slee.usage
 

Constructors in javax.slee.usage that throw InvalidArgumentException
UsageOutOfRangeFilter(NotificationSource notificationSource, java.lang.String paramName, long lowValue, long highValue)
          Create a UsageOutOfRangeFilter.
UsageOutOfRangeFilter(ServiceID service, SbbID sbb, java.lang.String paramName, long lowValue, long highValue)
          Deprecated. Replaced with UsageOutOfRangeFilter.UsageOutOfRangeFilter(NotificationSource, String, long, long) as usage collecting has been expanded to include SLEE components other than SBBs.
 



Copyright © 2008. All Rights Reserved.