|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.slee.management.ComponentDescriptor
javax.slee.management.SbbDescriptor
public class SbbDescriptor
This class provides access to deployment-specific attributes that describe an installed SBB.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
ProfileSpecificationID |
getAddressProfileSpecification()
Get the component identifier of the profile specification used for Address Profiles for this SBB. |
EventTypeID[] |
getEventTypes()
Get the component identifiers of the event types used by this SBB. |
ProfileSpecificationID[] |
getProfileSpecifications()
Get the component identifiers of the profile specifications used by this SBB. |
java.lang.String[] |
getResourceAdaptorEntityLinks()
Get the names of the resource adaptor entity links used by this SBB. |
ResourceAdaptorTypeID[] |
getResourceAdaptorTypes()
Get the component identifiers of the resource adaptor types used by this SBB. |
SbbID[] |
getSbbs()
Get the component identifiers of the SBBs used by this SBB. |
java.lang.String |
toString()
Get a string representation for this SBB component descriptor. |
| Methods inherited from class javax.slee.management.ComponentDescriptor |
|---|
disableVendorDataDeserialization, disableVendorDataSerialization, enableVendorDataDeserialization, enableVendorDataSerialization, equals, getDeployableUnit, getID, getLibraries, getName, getSource, getVendor, getVendorData, getVersion, hashCode, setVendorData, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public 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)
component - the identifier of the component.deployableUnit - the identifier of the deployable unit from which the
component was installed.source - the source object (component jar or service XML file) within the
deployable unit from which this component was installed.libraries - the identifiers of the libraries that the component depends on.sbbs - the component identifiers of the SBBs used by this SBBs.eventTypes - the component identifiers of the event types used by this SBB.profileSpecs - the component identifiers of the profile specifications used
by this SBB.addressProfileSpec - the component identifier of the profile specification
used for Address Profiles for this SBB. May be null if the
SBB does not specify a profile specification for an address profile table.raTypes - the component identifiers of the resource adaptor types used by
this SBB.linkNames - the names of the resource adaptor entity links used by this SBB.
java.lang.NullPointerException - if any argument, other than addressProfileSpec,
is null.| Method Detail |
|---|
public final SbbID[] getSbbs()
public final EventTypeID[] getEventTypes()
public final ProfileSpecificationID[] getProfileSpecifications()
public final ProfileSpecificationID getAddressProfileSpecification()
null if the SBB does not use Address
Profiles.public final ResourceAdaptorTypeID[] getResourceAdaptorTypes()
public final java.lang.String[] getResourceAdaptorEntityLinks()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||