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 |
---|---|
LibraryID[] |
DeploymentMBean.getLibraries()
Get the set of libraries installed in the SLEE.
|
LibraryID[] |
ComponentDescriptor.getLibraries()
Get the component identifiers of libraries used by this component.
|
Constructor and Description |
---|
ComponentDescriptor(ComponentID component,
DeployableUnitID deployableUnit,
String source,
LibraryID[] libraries)
Create a new component descriptor.
|
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.
|
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.
|
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.
|