Package | Description |
---|---|
javax.slee.facilities |
This package defines the interfaces and classes for the SLEE facilities available to SBBs and resource adaptors.
|
javax.slee.management |
This package defines the SLEE external management interfaces.
|
javax.slee.resource |
This package defines the classes and interfaces for resource adaptor components.
|
Class and Description |
---|
FireableEventType
The
FireableEventType interface identifies the type of an event
fired to the SLEE. |
ReceivableService
The
ReceivableService interface provides information about the event
types that may be received by a service installed in the SLEE. |
Class and Description |
---|
ConfigProperties
The
ConfigProperties class represents a set of configuration properties
for a Resource Adaptor or resource adaptor entity. |
InvalidConfigurationException
This exception can be thrown by the
ResourceAdaptor.raVerifyConfiguration(javax.slee.resource.ConfigProperties)
method if the configuration properties supplied by the Administrator are not
valid for the resource adaptor. |
ResourceAdaptorID
The
ResourceAdaptorID class encapsulates resource adaptor component
identity. |
ResourceAdaptorTypeID
The
ResourceAdaptorTypeID class encapsulates resource adaptor type
component identity. |
Class and Description |
---|
ActivityAlreadyExistsException
This exception is thrown by a
SleeEndpoint if an attempt is made to
start an activity that is already known by the SLEE. |
ActivityHandle
The ActivityHandle interface is implemented by each Resource Adaptor.
|
ActivityIsEndingException
This exception is thrown by the
SleeEndpoint if an attempt is made to
fire an event on an activity that is in the ending state. |
ConfigProperties
The
ConfigProperties class represents a set of configuration properties
for a Resource Adaptor or resource adaptor entity. |
ConfigProperties.Property
The
Property class represents a single property. |
FailureReason
This class defines the standard reason error codes for event processing failures reported to
resource adaptor objects by the
eventProcessingFailed
callback method. |
FireableEventType
The
FireableEventType interface identifies the type of an event
fired to the SLEE. |
FireEventException
This exception is thrown by a
SleeEndpoint if the SLEE is unable to
accept an event for processing due to non system-level issues such as an input
rate limiting policy. |
IllegalEventException
This exception is thrown by the fire-event methods in
SleeEndpoint if the
Resource Adaptor attempts to fire an event with an illegal event identifier. |
InvalidConfigurationException
This exception can be thrown by the
ResourceAdaptor.raVerifyConfiguration(javax.slee.resource.ConfigProperties)
method if the configuration properties supplied by the Administrator are not
valid for the resource adaptor. |
Marshaler
The
Marshaler interface defines methods that allow a resource adaptor
to control the serialization of event objects and activity handles. |
ReceivableService
The
ReceivableService interface provides information about the event
types that may be received by a service installed in the SLEE. |
ReceivableService.ReceivableEvent
The
ReceiveableEvent interface identifies information about an
event type that may be received by SBBs in a service. |
ResourceAdaptorContext
The
ResourceAdaptorContext interface provides a resource adaptor object
with access to SLEE Facilities and other capabilities and objects implemented by the
SLEE on behalf of a Resource Adaptor. |
ResourceAdaptorID
The
ResourceAdaptorID class encapsulates resource adaptor component
identity. |
ResourceAdaptorTypeID
The
ResourceAdaptorTypeID class encapsulates resource adaptor type
component identity. |
SleeEndpoint
The
SleeEndpoint interface is implemented by the SLEE and provides a
Resource Adaptor with an access point into the SLEE for starting and ending activities,
and for firing events on those activities. |
StartActivityException
This exception is thrown by a
SleeEndpoint if the SLEE is unable to
start an activity due to non system-level issues such as an input rate limiting
policy. |
UnrecognizedActivityHandleException
This exception is thrown by the
SleeEndpoint if an attempt is made to
interact with an activity that is not known by the SLEE. |