|
||||||||||
| 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.ServiceDescriptor
public class ServiceDescriptor
This class provides access to deployment-specific attributes that describe an installed Service.
| Constructor Summary | |
|---|---|
ServiceDescriptor(ServiceID component,
DeployableUnitID deployableUnit,
java.lang.String source,
SbbID rootSbb,
java.lang.String addressProfileTable,
java.lang.String resourceInfoProfileTable)
Create a new service component descriptor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAddressProfileTable()
Get the name of the Address Profile Table used by the Service. |
java.lang.String |
getResourceInfoProfileTable()
Deprecated. The Resource Adaptor architecture of SLEE 1.1 specifies how resource adaptors may interact with profile tables and profiles. |
SbbID |
getRootSbb()
Get the component identifier of the Service's root SBB. |
java.lang.String |
toString()
Get a string representation for this service 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 ServiceDescriptor(ServiceID component,
DeployableUnitID deployableUnit,
java.lang.String source,
SbbID rootSbb,
java.lang.String addressProfileTable,
java.lang.String resourceInfoProfileTable)
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.rootSbb - the component identifier of the Service's root SBB.addressProfileTable - the name of the Address Profile Table used by the Service.
May be null if the service does not specify an Address Profile
Table.resourceInfoProfileTable - the name of the Resource Info Profile Table used by
the Service. May be null if the service does not specify a
Resource Infor Profile Table.
java.lang.NullPointerException - if component, deployableUnit,
source, or rootSbb is null.| Method Detail |
|---|
public final SbbID getRootSbb()
public final java.lang.String getAddressProfileTable()
null if the Service does not use one.public final java.lang.String getResourceInfoProfileTable()
null if the Service does not use one.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 | |||||||||