Uses of Class
javax.slee.profile.ProfileSpecificationID

Packages that use ProfileSpecificationID
javax.slee.management   
javax.slee.profile   
javax.slee.resource   
 

Uses of ProfileSpecificationID in javax.slee.management
 

Methods in javax.slee.management that return ProfileSpecificationID
 ProfileSpecificationID SbbDescriptor.getAddressProfileSpecification()
          Get the component identifier of the profile specification used for Address Profiles for this SBB.
 ProfileSpecificationID ProfileProvisioningMBean.getProfileSpecification(java.lang.String profileTableName)
          Get the component identifier of the profile specification that a profile table was created with.
 ProfileSpecificationID[] SbbDescriptor.getProfileSpecifications()
          Get the component identifiers of the profile specifications used by this SBB.
 ProfileSpecificationID[] DeploymentMBean.getProfileSpecifications()
          Get the set of profile specifications installed in the SLEE.
 

Methods in javax.slee.management with parameters of type ProfileSpecificationID
 void ProfileProvisioningMBean.createProfileTable(ProfileSpecificationID id, java.lang.String newProfileTableName)
          Create a new profile table from a profile specification.
 java.util.Collection ProfileProvisioningMBean.getProfileTables(ProfileSpecificationID id)
          Get a collection of java.lang.String objects that identify the names of the profile tables that have been created from the specified profile specification.
 

Constructors in javax.slee.management with parameters of type ProfileSpecificationID
SbbDescriptor(SbbID component, DeployableUnitID deployableUnit, java.lang.String source, LibraryID[] libraries, SbbID[] sbbs, EventTypeID[] eventTypes, ProfileSpecificationID[] profileSpecs, ProfileSpecificationID addressProfileSpec, ResourceAdaptorTypeID[] raTypes, java.lang.String[] linkNames)
          Create a new SBB component descriptor.
SbbDescriptor(SbbID component, DeployableUnitID deployableUnit, java.lang.String source, LibraryID[] libraries, SbbID[] sbbs, EventTypeID[] eventTypes, ProfileSpecificationID[] profileSpecs, ProfileSpecificationID addressProfileSpec, ResourceAdaptorTypeID[] raTypes, java.lang.String[] linkNames)
          Create a new SBB component descriptor.
 

Uses of ProfileSpecificationID in javax.slee.profile
 

Methods in javax.slee.profile that return ProfileSpecificationID
 ProfileSpecificationID[] ProfileSpecificationDescriptor.getProfileSpecifications()
          Get the component identifiers of the other profile specifications used by this profile specification.
 

Constructors in javax.slee.profile with parameters of type ProfileSpecificationID
ProfileSpecificationDescriptor(ProfileSpecificationID component, DeployableUnitID deployableUnit, java.lang.String source, LibraryID[] libraries, ProfileSpecificationID[] profileSpecs, java.lang.String cmpInterface)
          Create a new profile specification component descriptor.
ProfileSpecificationDescriptor(ProfileSpecificationID component, DeployableUnitID deployableUnit, java.lang.String source, LibraryID[] libraries, ProfileSpecificationID[] profileSpecs, java.lang.String cmpInterface)
          Create a new profile specification component descriptor.
 

Uses of ProfileSpecificationID in javax.slee.resource
 

Methods in javax.slee.resource that return ProfileSpecificationID
 ProfileSpecificationID[] ResourceAdaptorDescriptor.getProfileSpecifications()
          Get the component identifiers of the profile specifications used by this resource adaptor.
 

Constructors in javax.slee.resource with parameters of type ProfileSpecificationID
ResourceAdaptorDescriptor(ResourceAdaptorID component, DeployableUnitID deployableUnit, java.lang.String source, LibraryID[] libraries, ResourceAdaptorTypeID[] raTypes, ProfileSpecificationID[] profileSpecs, boolean supportsActiveReconfiguration)
          Create a new resource adaptor component descriptor.
 



Copyright © 2009. All Rights Reserved.