Uses of Interface
javax.resource.spi.work.Work
Packages that use Work
Package
Description
This package contains APIs for the Work Management, Generic Work and Security Work contracts.
-
Uses of Work in javax.resource.spi.work
Subinterfaces of Work in javax.resource.spi.workModifier and TypeInterfaceDescriptioninterfaceThis models aWorkinstance that would be distributed by aDistributableWorkManagerfor execution in a remoteDistributableWorkManagerMethods in javax.resource.spi.work that return WorkModifier and TypeMethodDescriptionWorkEvent.getWork()Return theWorkinstance which is the cause of the event.Methods in javax.resource.spi.work with parameters of type WorkModifier and TypeMethodDescriptionvoidAccepts aWorkinstance for processing.voidWorkManager.doWork(Work work, long startTimeout, ExecutionContext execContext, WorkListener workListener) Accepts aWorkinstance for processing.voidWorkManager.scheduleWork(Work work) Accepts aWorkinstance for processing.voidWorkManager.scheduleWork(Work work, long startTimeout, ExecutionContext execContext, WorkListener workListener) Accepts aWorkinstance for processing.longAccepts aWorkinstance for processing.longWorkManager.startWork(Work work, long startTimeout, ExecutionContext execContext, WorkListener workListener) Accepts aWorkinstance for processing.Constructors in javax.resource.spi.work with parameters of type WorkModifierConstructorDescriptionWorkEvent(Object source, int type, Work work, WorkException exc) Constructor.WorkEvent(Object source, int type, Work work, WorkException exc, long startDuration) Constructor.