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 |
---|---|
ProfileSpecificationID |
SbbDescriptor.getAddressProfileSpecification()
Get the component identifier of the profile specification used for Address
Profiles for this SBB.
|
ProfileSpecificationID |
ProfileProvisioningMBean.getProfileSpecification(String profileTableName)
Get the component identifier of the profile specification that a profile table
was created with.
|
ProfileSpecificationID[] |
DeploymentMBean.getProfileSpecifications()
Get the set of profile specifications installed in the SLEE.
|
ProfileSpecificationID[] |
SbbDescriptor.getProfileSpecifications()
Get the component identifiers of the profile specifications used by this SBB.
|
Modifier and Type | Method and Description |
---|---|
void |
ProfileProvisioningMBean.createProfileTable(ProfileSpecificationID id,
String newProfileTableName)
Create a new profile table from a profile specification.
|
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. |
Constructor and Description |
---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ProfileSpecificationID[] |
ProfileSpecificationDescriptor.getProfileSpecifications()
Get the component identifiers of the other profile specifications used by
this profile specification.
|
Constructor and Description |
---|
ProfileSpecificationDescriptor(ProfileSpecificationID component,
DeployableUnitID deployableUnit,
String source,
LibraryID[] libraries,
ProfileSpecificationID[] profileSpecs,
String cmpInterface)
Create a new profile specification component descriptor.
|
ProfileSpecificationDescriptor(ProfileSpecificationID component,
DeployableUnitID deployableUnit,
String source,
LibraryID[] libraries,
ProfileSpecificationID[] profileSpecs,
String cmpInterface)
Create a new profile specification component descriptor.
|
Modifier and Type | Method and Description |
---|---|
ProfileSpecificationID[] |
ResourceAdaptorDescriptor.getProfileSpecifications()
Get the component identifiers of the profile specifications used by this resource adaptor.
|
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.
|