Uses of Interface
jakarta.resource.spi.work.Work
-
Packages that use Work Package Description jakarta.resource.spi.work This package contains APIs for the Work Management, Generic and Security Work Context contracts. -
-
Uses of Work in jakarta.resource.spi.work
Subinterfaces of Work in jakarta.resource.spi.work Modifier and Type Interface Description interfaceDistributableWorkThis models aWorkinstance that would be distributed by aDistributableWorkManagerfor execution in a remoteDistributableWorkManagerMethods in jakarta.resource.spi.work that return Work Modifier and Type Method Description WorkWorkEvent. getWork()Return theWorkinstance which is the cause of the event.Methods in jakarta.resource.spi.work with parameters of type Work Modifier and Type Method Description voidWorkManager. doWork(Work work)Accepts 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.longWorkManager. startWork(Work work)Accepts aWorkinstance for processing.longWorkManager. startWork(Work work, long startTimeout, ExecutionContext execContext, WorkListener workListener)Accepts aWorkinstance for processing.Constructors in jakarta.resource.spi.work with parameters of type Work Constructor Description WorkEvent(Object source, int type, Work work, WorkException exc)Constructor.WorkEvent(Object source, int type, Work work, WorkException exc, long startDuration)Constructor.
-