|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.slee.management.ComponentDescriptor
javax.slee.profile.ProfileSpecificationDescriptor
public class ProfileSpecificationDescriptor
This class provides access to deployment-specific attributes that describe an installed profile specification.
| Constructor Summary | |
|---|---|
ProfileSpecificationDescriptor(ProfileSpecificationID component,
DeployableUnitID deployableUnit,
java.lang.String source,
LibraryID[] libraries,
ProfileSpecificationID[] profileSpecs,
java.lang.String cmpInterface)
Create a new profile specification component descriptor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCMPInterfaceName()
Get the fully-qualified class name of the profile specification's CMP interface. |
ProfileSpecificationID[] |
getProfileSpecifications()
Get the component identifiers of the other profile specifications used by this profile specification. |
java.lang.String |
toString()
Get a string representation for this profile specification 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 ProfileSpecificationDescriptor(ProfileSpecificationID component,
DeployableUnitID deployableUnit,
java.lang.String source,
LibraryID[] libraries,
ProfileSpecificationID[] profileSpecs,
java.lang.String cmpInterface)
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.profileSpecs - the component identifiers of the profile specifications used
by this profile specification.cmpInterface - the fully-qualified class name of the profile specification's
CMP interface.| Method Detail |
|---|
public final ProfileSpecificationID[] getProfileSpecifications()
public final java.lang.String getCMPInterfaceName()
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 | |||||||||