|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FailureReason | |
|---|---|
| javax.slee.resource | |
| Uses of FailureReason in javax.slee.resource |
|---|
| Fields in javax.slee.resource declared as FailureReason | |
|---|---|
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. |
| Methods in javax.slee.resource that return FailureReason | |
|---|---|
static FailureReason |
FailureReason.fromInt(int reason)
Get a FailureReason object from an integer value. |
| Methods in javax.slee.resource with parameters of type FailureReason | |
|---|---|
void |
ResourceAdaptor.eventProcessingFailed(ActivityHandle handle,
FireableEventType eventType,
java.lang.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||