Package javax.slee.resource

Interface Summary
ActivityHandle The ActivityHandle interface is implemented by each Resource Adaptor.
FireableEventType The FireableEventType interface identifies the type of an event fired to the SLEE.
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.
ResourceAdaptor The ResourceAdaptor interface is implemented by every resource adaptor class.
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.
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.
 

Class Summary
ActivityFlags This class defines flags that a Resource Adaptor can use when creating an activity.
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.
EventFlags This class defines flags that a Resource Adaptor can use when firing an event to the SLEE.
FailureReason This class defines the standard reason error codes for event processing failures reported to resource adaptor objects by the eventProcessingFailed callback method.
ResourceAdaptorDescriptor This class provides access to deployment-specific attributes that describe an installed resource adaptor.
ResourceAdaptorID The ResourceAdaptorID class encapsulates resource adaptor component identity.
ResourceAdaptorTypeDescriptor This class provides access to deployment-specific attributes that describe an installed resource adaptor type.
ResourceAdaptorTypeID The ResourceAdaptorTypeID class encapsulates resource adaptor type component identity.
 

Exception Summary
ActivityAlreadyExistsException This exception is thrown by a SleeEndpoint if an attempt is made to start an activity that is already known by the SLEE.
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.
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.
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.
 



Copyright © 2008. All Rights Reserved.