Uses of Interface
org.evolvis.tartools.backgroundjobs.BackgroundJobStatus
-
Uses of BackgroundJobStatus in org.evolvis.tartools.backgroundjobs
Classes in org.evolvis.tartools.backgroundjobs that implement BackgroundJobStatusFields in org.evolvis.tartools.backgroundjobs declared as BackgroundJobStatusModifier and TypeFieldDescriptionprotected final BackgroundJobStatus<T>BackgroundJobStatusDecorator.delegateeMethods in org.evolvis.tartools.backgroundjobs that return BackgroundJobStatusModifier and TypeMethodDescriptionprotected BackgroundJobStatus<?>BackgroundJobScheduler.executeNext()protected BackgroundJobStatus<T>BackgroundJobStatusDecorator.getDelegatee()<T> BackgroundJobStatus<T>BackgroundJobScheduler.scheduldeImmediately(BackgroundJob<T> job) Deprecated.<T> BackgroundJobStatus<T>BackgroundJobScheduler.schedule(String id, BackgroundJob<T> job) <T> BackgroundJobStatus<T>BackgroundJobScheduler.schedule(BackgroundJob<T> job) <T> BackgroundJobStatus<T>BackgroundJobScheduler.scheduleImmediately(BackgroundJob<T> job) Methods in org.evolvis.tartools.backgroundjobs that return types with arguments of type BackgroundJobStatusConstructors in org.evolvis.tartools.backgroundjobs with parameters of type BackgroundJobStatus