javax.slee.resource
Interface FireableEventType


public interface FireableEventType

The FireableEventType interface identifies the type of an event fired to the SLEE.

Since:
SLEE 1.1

Method Summary
 java.lang.ClassLoader getEventClassLoader()
          Get a classloader that can be used to load the event class for the event type represented by this FireableEventType.
 java.lang.String getEventClassName()
          Get the fully-qualified name of the event class for the event type represented by this FireableEventType.
 EventTypeID getEventType()
          Get the component identifier of the event type represented by this FireableEventType.
 

Method Detail

getEventType

EventTypeID getEventType()
Get the component identifier of the event type represented by this FireableEventType.

This method is a non-transactional method.

Returns:
the event type component identifier.

getEventClassName

java.lang.String getEventClassName()
Get the fully-qualified name of the event class for the event type represented by this FireableEventType. This is the class name specified in the event type's deployment descriptor.

This method is a non-transactional method.

Returns:
the fully-qualified class name of the event type.

getEventClassLoader

java.lang.ClassLoader getEventClassLoader()
Get a classloader that can be used to load the event class for the event type represented by this FireableEventType.

This method is a non-transactional method.

Returns:
a classloader for the event class.


Copyright © 2008. All Rights Reserved.