javax.slee.management
Interface EventTypeDescriptor

All Superinterfaces:
ComponentDescriptor

public interface EventTypeDescriptor
extends ComponentDescriptor

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


Method Summary
 java.lang.String getEventClassName()
          Get the name of the interface or class used in the event type.
 
Methods inherited from interface javax.slee.management.ComponentDescriptor
getDeployableUnit, getID, getName, getSource, getVendor, getVersion
 

Method Detail

getEventClassName

public java.lang.String getEventClassName()
Get the name of the interface or class used in the event type.
Returns:
the name of the interface or class used in the event type.