javax.slee.management
Interface ServiceDescriptor

All Superinterfaces:
ComponentDescriptor

public interface ServiceDescriptor
extends ComponentDescriptor

This interface provides access to deployment-specific attributes that describe an installed Service.


Method Summary
 java.lang.String getAddressProfileTable()
          Get the name of the Address Profile Table used by the Service.
 java.lang.String getResourceInfoProfileTable()
          Get the name of the Resource Info Profile Table used by the Service.
 SbbID getRootSbb()
          Get the component identifier of the Service's root SBB.
 
Methods inherited from interface javax.slee.management.ComponentDescriptor
getDeployableUnit, getID, getName, getSource, getVendor, getVersion
 

Method Detail

getRootSbb

public SbbID getRootSbb()
Get the component identifier of the Service's root SBB.
Returns:
the component identifier of the Service's root SBB.

getAddressProfileTable

public java.lang.String getAddressProfileTable()
Get the name of the Address Profile Table used by the Service.
Returns:
the name of the Address Profile Table used by the Service, or null if the Service does not use one.

getResourceInfoProfileTable

public java.lang.String getResourceInfoProfileTable()
Get the name of the Resource Info Profile Table used by the Service.
Returns:
the name of the Resource Info Profile Table used by the Service, or null if the Service does not use one.