javax.slee.profile
Interface ProfileSpecificationDescriptor

All Superinterfaces:
ComponentDescriptor

public interface ProfileSpecificationDescriptor
extends ComponentDescriptor

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


Method Summary
 java.lang.String getCMPInterfaceName()
          Get the name of the profile specification's CMP interface.
 
Methods inherited from interface javax.slee.management.ComponentDescriptor
getDeployableUnit, getID, getName, getSource, getVendor, getVersion
 

Method Detail

getCMPInterfaceName

public java.lang.String getCMPInterfaceName()
Get the name of the profile specification's CMP interface.
Returns:
the name of the profile specification's CMP interface.