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.
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.