Package | Description |
---|---|
javax.slee |
This package defines the APIs for SBB components, as well as common classes and interfaces for other SLEE subsystems.
|
javax.slee.connection |
This package defines interfaces for J2EE integration.
|
javax.slee.facilities |
This package defines the interfaces and classes for the SLEE facilities available to SBBs and resource adaptors.
|
Modifier and Type | Method and Description |
---|---|
void |
SbbContext.maskEvent(String[] eventNames,
ActivityContextInterface aci)
Mask events fired on an Activity Context from delivery to the SBB entity
currently associated with the instance.
|
Modifier and Type | Method and Description |
---|---|
void |
SleeConnection.fireEvent(Object event,
EventTypeID eventType,
ExternalActivityHandle handle,
Address address)
Fires an event on an external activity.
|
EventTypeID |
SleeConnection.getEventTypeID(String name,
String vendor,
String version)
Retrieves an EventTypeID that identifies a particular SLEE event.
|
Modifier and Type | Method and Description |
---|---|
FireableEventType |
EventLookupFacility.getFireableEventType(EventTypeID eventType)
Get a
FireableEventType object for a given event type. |