Package | Description |
---|---|
javax.slee.resource |
This package defines the classes and interfaces for resource adaptor components.
|
Modifier and Type | Field and Description |
---|---|
static FailureReason |
FailureReason.EVENT_MARSHALING_ERROR
Event failure reason indicating the event could not be marshaled by the resource adaptor
entity's
Marshaler . |
static FailureReason |
FailureReason.EVENT_QUEUE_FULL
Event failure reason indicating the event could not be enqueued for processing because the
event queue is full.
|
static FailureReason |
FailureReason.EVENT_QUEUE_TIMEOUT
Event failure reason indicating the event timeout period for processing of the event (if
supported by the SLEE) expired before the event could be processed.
|
static FailureReason |
FailureReason.FIRING_TRANSACTION_ROLLED_BACK
Event failure reason indicating the transaction in which the event was fired
rolled back.
|
static FailureReason |
FailureReason.OTHER_REASON
Event failure reason indicating that the event could not be processed for an other reason.
|
static FailureReason |
FailureReason.SYSTEM_OVERLOAD
Event failure reason indicating the event could not processed due to generic system
overload conditions.
|
Modifier and Type | Method and Description |
---|---|
static FailureReason |
FailureReason.fromInt(int reason)
Get a
FailureReason object from an integer value. |
Modifier and Type | Method and Description |
---|---|
void |
ResourceAdaptor.eventProcessingFailed(ActivityHandle handle,
FireableEventType eventType,
Object event,
Address address,
ReceivableService service,
int flags,
FailureReason reason)
The SLEE invokes this method on a resource adaptor object to inform it that an
event it fired to the SLEE could not be processed successfully.
|