|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is the common base interface for the interfaces
that define the attributes of a component descriptor.
The ComponentDescriptor
interface is the common base interface
for all other component descriptor interfaces. All deployable components
installed in the SLEE have a descriptor containing deployment-related
information, specified as a derivitive interface of ComponentDescriptor
.
Method Summary | |
DeployableUnitID |
getDeployableUnit()
Get the identifier of the deployable unit from which this component was installed. |
ComponentID |
getID()
Get the component identifier for this descriptor. |
java.lang.String |
getName()
Get the name of the component. |
java.lang.String |
getSource()
Get the name of the source object from which this component was installed. |
java.lang.String |
getVendor()
Get the vendor of the component. |
java.lang.String |
getVersion()
Get the version of the component. |
Method Detail |
public DeployableUnitID getDeployableUnit()
public java.lang.String getSource()
public ComponentID getID()
public java.lang.String getName()
public java.lang.String getVendor()
public java.lang.String getVersion()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |