javax.slee.resource
Interface ResourceAdaptorDescriptor

All Superinterfaces:
ComponentDescriptor

public interface ResourceAdaptorDescriptor
extends ComponentDescriptor

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


Method Summary
 ResourceAdaptorTypeID getResourceAdaptorType()
          Get the component identifier of the resource adaptor type that this resource adaptor implements.
 
Methods inherited from interface javax.slee.management.ComponentDescriptor
getDeployableUnit, getID, getName, getSource, getVendor, getVersion
 

Method Detail

getResourceAdaptorType

public ResourceAdaptorTypeID getResourceAdaptorType()
Get the component identifier of the resource adaptor type that this resource adaptor implements.
Returns:
the component identifier of the resource adaptor type that this resource adaptor implements.