Package | Description |
---|---|
javax.slee.management |
This package defines the SLEE external management interfaces.
|
javax.slee.profile |
This package defines the classes and interfaces for profiles and profile-related activities and events.
|
javax.slee.resource |
This package defines the classes and interfaces for resource adaptor components.
|
Modifier and Type | Method and Description |
---|---|
DeployableUnitID |
ComponentDescriptor.getDeployableUnit()
Get the identifier of the deployable unit from which this component was installed.
|
DeployableUnitID |
DeploymentMBean.getDeployableUnit(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(String url)
Install a deployable unit jar file into the SLEE.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
ComponentDescriptor(ComponentID component,
DeployableUnitID deployableUnit,
String source,
LibraryID[] libraries)
Create a new component descriptor.
|
DeployableUnitDescriptor(DeployableUnitID id,
Date deploymentDate,
ComponentID[] components) |
EventTypeDescriptor(EventTypeID component,
DeployableUnitID deployableUnit,
String source,
LibraryID[] libraries,
String eventClass)
Create a new event type component descriptor.
|
LibraryDescriptor(LibraryID component,
DeployableUnitID deployableUnit,
String source,
LibraryID[] libraries,
String[] libraryJars)
Create a new library component descriptor.
|
SbbDescriptor(SbbID component,
DeployableUnitID deployableUnit,
String source,
LibraryID[] libraries,
SbbID[] sbbs,
EventTypeID[] eventTypes,
ProfileSpecificationID[] profileSpecs,
ProfileSpecificationID addressProfileSpec,
ResourceAdaptorTypeID[] raTypes,
String[] linkNames)
Create a new SBB component descriptor.
|
ServiceDescriptor(ServiceID component,
DeployableUnitID deployableUnit,
String source,
SbbID rootSbb,
String addressProfileTable,
String resourceInfoProfileTable)
Create a new service component descriptor.
|
Constructor and Description |
---|
ProfileSpecificationDescriptor(ProfileSpecificationID component,
DeployableUnitID deployableUnit,
String source,
LibraryID[] libraries,
ProfileSpecificationID[] profileSpecs,
String cmpInterface)
Create a new profile specification component descriptor.
|
Constructor and Description |
---|
ResourceAdaptorDescriptor(ResourceAdaptorID component,
DeployableUnitID deployableUnit,
String source,
LibraryID[] libraries,
ResourceAdaptorTypeID[] raTypes,
ProfileSpecificationID[] profileSpecs,
boolean supportsActiveReconfiguration)
Create a new resource adaptor component descriptor.
|
ResourceAdaptorTypeDescriptor(ResourceAdaptorTypeID component,
DeployableUnitID deployableUnit,
String source,
LibraryID[] libraries,
String[] activityTypes,
String raInterface,
EventTypeID[] eventTypes)
Create a new resource adaptor type component descriptor.
|