Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Commonj.work Classes and Interfaces - 11 results found.
NameDescriptionTypePackageFramework
WorkManagerTaskExecutorTaskExecutor implementation that delegates to a CommonJ WorkManager,which either needs to be specified as reference or through the JNDI name.Classorg.springframework.scheduling.commonjSpring MVC
RemoteWorkItemIf 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.Interfacecommonj.workOracle WebLogic
WorkThis is implemented by applications when they want to run code blocks asynchronously.Interfacecommonj.workOracle WebLogic
WorkCompletedExceptionThis exception indicates that a Work started but completed withSince:1.Classcommonj.workOracle WebLogic
WorkEventThis is sent to a WorkListener as the Work is processed by a WorkManager.Interfacecommonj.workOracle WebLogic
WorkExceptionThis is the base class for all Work related exceptions.Classcommonj.workOracle WebLogic
WorkItemThis is returned once a Work is submitted to a WorkManager.Interfacecommonj.workOracle WebLogic
WorkListenerThis is a callback interface called to report on the dispatching of a Work.Interfacecommonj.workOracle WebLogic
WorkManagerThe WorkManager is the abstraction for dispatching and monitoring asynchronous work and is a factory for creating application short or long lived Works.Interfacecommonj.workOracle WebLogic
WorkRejectedExceptionThis is thrown then the Work cannot be started.Classcommonj.workOracle WebLogic
WorkManagerThreadExecutorCommonJ WorkManager implementation of hacked Quartz ThreadExecutor class.Classorg.quartz.commonjQuartz