Search Java Classes and Packages
Search Java Frameworks and Libraries
#Commonj.work Classes and Interfaces - 11 results found.
| Name | Description | Type | Package | Framework |
| WorkManagerTaskExecutor | TaskExecutor implementation that delegates to a CommonJ WorkManager,which either needs to be specified as reference or through the JNDI name. | Class | org.springframework.scheduling.commonj | Spring MVC |
|
| RemoteWorkItem | If a Work instance is serializable and the WorkManager implementation supports Remoteable WorkManager then the Work can be sent to a remote member of the application cluster for execution. | Interface | commonj.work | Oracle WebLogic |
|
| Work | This is implemented by applications when they want to run code blocks asynchronously. | Interface | commonj.work | Oracle WebLogic |
|
| WorkCompletedException | This exception indicates that a Work started but completed withSince:1. | Class | commonj.work | Oracle WebLogic |
|
| WorkEvent | This is sent to a WorkListener as the Work is processed by a WorkManager. | Interface | commonj.work | Oracle WebLogic |
|
| WorkException | This is the base class for all Work related exceptions. | Class | commonj.work | Oracle WebLogic |
|
| WorkItem | This is returned once a Work is submitted to a WorkManager. | Interface | commonj.work | Oracle WebLogic |
|
| WorkListener | This is a callback interface called to report on the dispatching of a Work. | Interface | commonj.work | Oracle WebLogic |
|
| WorkManager | The WorkManager is the abstraction for dispatching and monitoring asynchronous work and is a factory for creating application short or long lived Works. | Interface | commonj.work | Oracle WebLogic |
|
| WorkRejectedException | This is thrown then the Work cannot be started. | Class | commonj.work | Oracle WebLogic |
|
| WorkManagerThreadExecutor | CommonJ WorkManager implementation of hacked Quartz ThreadExecutor class. | Class | org.quartz.commonj | Quartz |