Uses of Interface
org.evolvis.tartools.backgroundjobs.BackgroundJobStatus
-
-
Uses of BackgroundJobStatus in org.evolvis.tartools.backgroundjobs
Classes in org.evolvis.tartools.backgroundjobs that implement BackgroundJobStatus Modifier and Type Class Description classBackgroundJobStatusDecorator<T>Fields in org.evolvis.tartools.backgroundjobs declared as BackgroundJobStatus Modifier and Type Field Description protected BackgroundJobStatus<T>BackgroundJobStatusDecorator. delegateeMethods in org.evolvis.tartools.backgroundjobs that return BackgroundJobStatus Modifier and Type Method Description protected BackgroundJobStatus<?>BackgroundJobScheduler. executeNext()protected BackgroundJobStatus<T>BackgroundJobStatusDecorator. getDelegatee()BackgroundJobStatus<?>BackgroundJobScheduler. getJob(java.lang.String id)<T> BackgroundJobStatus<T>BackgroundJobScheduler. scheduldeImmediately(BackgroundJob<T> job)<T> BackgroundJobStatus<T>BackgroundJobScheduler. schedule(java.lang.String id, BackgroundJob<T> job)<T> BackgroundJobStatus<T>BackgroundJobScheduler. schedule(BackgroundJob<T> job)Methods in org.evolvis.tartools.backgroundjobs that return types with arguments of type BackgroundJobStatus Modifier and Type Method Description java.util.Collection<BackgroundJobStatus<?>>BackgroundJobScheduler. getJobs()Constructors in org.evolvis.tartools.backgroundjobs with parameters of type BackgroundJobStatus Constructor Description BackgroundJobStatusDecorator(BackgroundJobStatus<T> delegatee)
-