Uses of Package
javax.slee.resource

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

Classes in javax.slee.resource used by javax.slee.facilities
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.
 

Classes in javax.slee.resource used by javax.slee.management
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.
 

Classes in javax.slee.resource used by javax.slee.resource
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.
 



Copyright © 2009. All Rights Reserved.