Uses of Class
javax.slee.management.DeployableUnitID

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

Uses of DeployableUnitID in javax.slee.management
 

Methods in javax.slee.management that return DeployableUnitID
 DeployableUnitID ComponentDescriptor.getDeployableUnit()
          Get the identifier of the deployable unit from which this component was installed.
 DeployableUnitID DeploymentMBean.getDeployableUnit(java.lang.String url)
          Get a deployable unit identifier for a deployable unit jar file that has been installed.
 DeployableUnitID[] DeploymentMBean.getDeployableUnits()
          Get the set of deployable unit identifiers that identify all the deployable units installed in the SLEE.
 DeployableUnitID DeployableUnitDescriptor.getID()
          Get the deployable unit identifier for this descriptor.
 DeployableUnitID DeploymentMBean.install(java.lang.String url)
          Install a deployable unit jar file into the SLEE.
 

Methods in javax.slee.management with parameters of type DeployableUnitID
 DeployableUnitDescriptor DeploymentMBean.getDescriptor(DeployableUnitID id)
          Get the deployable unit descriptor for a deployable unit.
 DeployableUnitDescriptor[] DeploymentMBean.getDescriptors(DeployableUnitID[] ids)
          Get an array of deployable unit descriptors corresponding to an array of deployable units.
 boolean DeploymentMBean.isInstalled(DeployableUnitID id)
          Test for the presence of a deployable unit.
 void DeploymentMBean.uninstall(DeployableUnitID id)
          Uninstall a deployable unit jar file out of the SLEE.
 

Constructors in javax.slee.management with parameters of type DeployableUnitID
ComponentDescriptor(ComponentID component, DeployableUnitID deployableUnit, java.lang.String source, LibraryID[] libraries)
          Create a new component descriptor.
DeployableUnitDescriptor(DeployableUnitID id, java.util.Date deploymentDate, ComponentID[] components)
           
EventTypeDescriptor(EventTypeID component, DeployableUnitID deployableUnit, java.lang.String source, LibraryID[] libraries, java.lang.String eventClass)
          Create a new event type component descriptor.
LibraryDescriptor(LibraryID component, DeployableUnitID deployableUnit, java.lang.String source, LibraryID[] libraries, java.lang.String[] libraryJars)
          Create a new library 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.
ServiceDescriptor(ServiceID component, DeployableUnitID deployableUnit, java.lang.String source, SbbID rootSbb, java.lang.String addressProfileTable, java.lang.String resourceInfoProfileTable)
          Create a new service component descriptor.
 

Uses of DeployableUnitID in javax.slee.profile
 

Constructors in javax.slee.profile with parameters of type DeployableUnitID
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 DeployableUnitID in javax.slee.resource
 

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



Copyright © 2008. All Rights Reserved.