Uses of Class
javax.slee.EventTypeID

Packages that use EventTypeID
javax.slee.connection   
javax.slee.facilities   
javax.slee.management   
javax.slee.resource   
 

Uses of EventTypeID in javax.slee.connection
 

Methods in javax.slee.connection that return EventTypeID
 EventTypeID SleeConnection.getEventTypeID(java.lang.String name, java.lang.String vendor, java.lang.String version)
          Retrieves an EventTypeID that identifies a particular SLEE event.
 

Methods in javax.slee.connection with parameters of type EventTypeID
 void SleeConnection.fireEvent(java.lang.Object event, EventTypeID eventType, ExternalActivityHandle handle, Address address)
          Fires an event on an external activity.
 

Uses of EventTypeID in javax.slee.facilities
 

Methods in javax.slee.facilities with parameters of type EventTypeID
 FireableEventType EventLookupFacility.getFireableEventType(EventTypeID eventType)
          Get a FireableEventType object for a given event type.
 

Uses of EventTypeID in javax.slee.management
 

Methods in javax.slee.management that return EventTypeID
 EventTypeID[] SbbDescriptor.getEventTypes()
          Get the component identifiers of the event types used by this SBB.
 EventTypeID[] DeploymentMBean.getEventTypes()
          Get the set of event types installed in the SLEE.
 

Constructors in javax.slee.management with parameters of type EventTypeID
EventTypeDescriptor(EventTypeID component, DeployableUnitID deployableUnit, java.lang.String source, LibraryID[] libraries, java.lang.String eventClass)
          Create a new event type component descriptor.
SbbDescriptor(SbbID component, DeployableUnitID deployableUnit, java.lang.String source, LibraryID[] libraries, SbbID[] sbbs, EventTypeID[] eventTypes, ProfileSpecificationID[] profileSpecs, ProfileSpecificationID addressProfileSpec, ResourceAdaptorTypeID[] raTypes, java.lang.String[] linkNames)
          Create a new SBB component descriptor.
 

Uses of EventTypeID in javax.slee.resource
 

Methods in javax.slee.resource that return EventTypeID
 EventTypeID ReceivableService.ReceivableEvent.getEventType()
          Get the component identifier of the event type.
 EventTypeID FireableEventType.getEventType()
          Get the component identifier of the event type represented by this FireableEventType.
 EventTypeID[] ResourceAdaptorTypeDescriptor.getEventTypes()
          Get the component identifiers of the event types used by this resource adaptor type.
 

Constructors in javax.slee.resource with parameters of type EventTypeID
ResourceAdaptorTypeDescriptor(ResourceAdaptorTypeID component, DeployableUnitID deployableUnit, java.lang.String source, LibraryID[] libraries, java.lang.String[] activityTypes, java.lang.String raInterface, EventTypeID[] eventTypes)
          Create a new resource adaptor type component descriptor.
 



Copyright © 2009. All Rights Reserved.