Java javax.resource.spi.work WorkEvent fields, constructors, methods, implement or subclass

Example usage for Java javax.resource.spi.work WorkEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.resource.spi.work WorkEvent.

The text is from its open source code.

Field

intWORK_ACCEPTED
Indicates Work instance has been accepted.
intWORK_REJECTED
Indicates Work instance has been rejected.
intWORK_STARTED
Indicates Work instance has started execution.
intWORK_COMPLETED
Indicates Work instance has completed execution.

Constructor

Method

WorkExceptiongetException()
Return the WorkException.
WorkgetWork()
Return the Work instance which is the cause of the event.