javax.slee.resource
Interface ResourceAdaptorTypeDescriptor

All Superinterfaces:
ComponentDescriptor

public interface ResourceAdaptorTypeDescriptor
extends ComponentDescriptor

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


Method Summary
 EventTypeID[] getEventTypes()
          Get the component identifiers of the event types used by this resource adaptor type.
 
Methods inherited from interface javax.slee.management.ComponentDescriptor
getDeployableUnit, getID, getName, getSource, getVendor, getVersion
 

Method Detail

getEventTypes

public EventTypeID[] getEventTypes()
Get the component identifiers of the event types used by this resource adaptor type.
Returns:
the component identifiers of the event types used by this resource adaptor type.