Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.scheduling Classes and Interfaces - 85 results found.
NameDescriptionTypePackageFramework
AbstractAsyncConfigurationAbstract base Configuration class providing common structure for enablingSpring's asynchronous method execution capability.Classorg.springframework.scheduling.annotationSpring MVC
AdaptableJobFactoryJobFactory implementation that supports Runnableobjects as well as standard Quartz Job instances.Classorg.springframework.scheduling.quartzSpring MVC
AnnotationAsyncExecutionInterceptorSpecialization of AsyncExecutionInterceptor that delegates method execution toan Executor based on the Async annotation.Classorg.springframework.scheduling.annotationSpring MVC
AnnotationDrivenBeanDefinitionParserParser for the 'annotation-driven' element of the 'task' namespace.Classorg.springframework.scheduling.configSpring MVC
AspectJAsyncConfiguration@Configuration class that registers the Spring infrastructure beans necessaryto enable AspectJ-based asynchronous method execution.Classorg.springframework.scheduling.aspectjSpring MVC
AsyncAnnotation that marks a method as a candidate for asynchronous execution.Classorg.springframework.scheduling.annotationSpring MVC
AsyncAnnotationAdvisorAdvisor that activates asynchronous method execution through the Asyncannotation.Classorg.springframework.scheduling.annotationSpring MVC
AsyncAnnotationBeanPostProcessorBean post-processor that automatically applies asynchronous invocationbehavior to any bean that carries the Async annotation at class orClassorg.springframework.scheduling.annotationSpring MVC
AsyncConfigurationSelectorSelects which implementation of AbstractAsyncConfiguration should be used basedon the value of EnableAsync.Classorg.springframework.scheduling.annotationSpring MVC
AsyncConfigurerInterface to be implemented by @Configuration classes annotated with @EnableAsync that wish to customize theExecutor instance used when processing async method invocations or theInterfaceorg.springframework.scheduling.annotationSpring MVC
AsyncConfigurerSupportA convenience AsyncConfigurer that implements all methodsso that the defaults are used.Classorg.springframework.scheduling.annotationSpring MVC
AsyncResultA pass-through Future handle that can be used for method signatureswhich are declared with a Future return type for asynchronous execution.Classorg.springframework.scheduling.annotationSpring MVC
ConcurrentTaskExecutorAdapter that takes a java.Classorg.springframework.scheduling.concurrentSpring MVC
ConcurrentTaskExecutor .ManagedTaskBuilderDelegate that wraps a given Runnable/Callable with a JSR-236 ManagedTask,exposing a long-running hint based on SchedulingAwareRunnableClassorg.springframework.scheduling.concurrent.ConcurrentTaskExecutorSpring MVC
ConcurrentTaskSchedulerAdapter that takes a java.Classorg.springframework.scheduling.concurrentSpring MVC
ContextLifecycleScheduledTaskRegistrarScheduledTaskRegistrar subclass which redirects the actual schedulingof tasks to the afterSingletonsInstantiated() callback (as of 4.Classorg.springframework.scheduling.configSpring MVC
CronSequenceGeneratorDate sequence generator for aallowing clients to specify a pattern that the sequence matches.Classorg.springframework.scheduling.supportSpring MVC
CronTaskTriggerTask implementation defining a Runnable to be executed accordingSince:3.Classorg.springframework.scheduling.configSpring MVC
CronTriggerTrigger implementation for cron expressions.Classorg.springframework.scheduling.supportSpring MVC
CronTriggerFactoryBeanA Spring FactoryBean for creating a Quartz CronTriggerinstance, supporting bean-style usage for trigger configuration.Classorg.springframework.scheduling.quartzSpring MVC
CustomizableThreadFactoryallowing for customizing the created threads (name, priority, etc).Classorg.springframework.scheduling.concurrentSpring MVC
DefaultManagedAwareThreadFactoryJNDI-based variant of CustomizableThreadFactory, performing a default lookupfor JSR-236's java:comp/DefaultManagedThreadFactory in a Java EE 7 environment,Classorg.springframework.scheduling.concurrentSpring MVC
DefaultManagedTaskExecutorJNDI-based variant of ConcurrentTaskExecutor, performing a default lookup forJSR-236's java:comp/DefaultManagedExecutorService in a Java EE 7 environment.Classorg.springframework.scheduling.concurrentSpring MVC
DefaultManagedTaskSchedulerJNDI-based variant of ConcurrentTaskScheduler, performing a default lookup forJSR-236's java:comp/DefaultManagedScheduledExecutorService in a Java EE 7 environment.Classorg.springframework.scheduling.concurrentSpring MVC
DelegatingErrorHandlingRunnableRunnable wrapper that catches any exception or error thrown from itsdelegate Runnable and allows an ErrorHandler to handle it.Classorg.springframework.scheduling.supportSpring MVC
DelegatingJobSimple Quartz Job adapter that delegates to agiven Runnable instance.Classorg.springframework.scheduling.quartzSpring MVC
DelegatingTimerListenerSimple TimerListener adapter that delegates to a given Runnable.Classorg.springframework.scheduling.commonjSpring MVC
DelegatingWorkSimple Work adapter that delegates to a given Runnable.Classorg.springframework.scheduling.commonjSpring MVC
EnableAsyncEnables Spring's asynchronous method execution capability, similar to functionalityfound in Spring's XML namespace.Classorg.springframework.scheduling.annotationSpring MVC
EnableSchedulingEnables Spring's scheduled task execution capability, similar tofunctionality found in Spring's XML namespace.Classorg.springframework.scheduling.annotationSpring MVC
ExecutorBeanDefinitionParserParser for the 'executor' element of the 'task' namespace.Classorg.springframework.scheduling.configSpring MVC
ExecutorConfigurationSupportBase class for classes that are setting up ajava.Classorg.springframework.scheduling.concurrentSpring MVC
ForkJoinPoolFactoryBeanA Spring FactoryBean that builds and exposes a preconfigured ForkJoinPool.Classorg.springframework.scheduling.concurrentSpring MVC
IntervalTaskTask implementation defining a Runnable to be executed at a givenmillisecond interval which may be treated as fixed-rate or fixed-delay depending onClassorg.springframework.scheduling.configSpring MVC
JobDetailFactoryBeanA Spring FactoryBean for creating a Quartz JobDetailinstance, supporting bean-style usage for JobDetail configuration.Classorg.springframework.scheduling.quartzSpring MVC
JobMethodInvocationFailedExceptionUnchecked exception that wraps an exception thrown from a target method.Classorg.springframework.scheduling.quartzSpring MVC
LocalDataSourceJobStoreSubclass of Quartz's JobStoreCMT class that delegates to a Spring-managedDataSource instead of using a Quartz-managed connection pool.Classorg.springframework.scheduling.quartzSpring MVC
LocalTaskExecutorThreadPoolQuartz ThreadPool adapter that delegates to a Spring-managedTaskExecutor instance, specified on SchedulerFactoryBean.Classorg.springframework.scheduling.quartzSpring MVC
MethodInvokingJobDetailFactoryBeanFactoryBean that exposes aJobDetail object which delegates job execution to aClassorg.springframework.scheduling.quartzSpring MVC
MethodInvokingJobDetailFactoryBean .MethodInvokingJobQuartz Job implementation that invokes a specified method.Classorg.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBeanSpring MVC
MethodInvokingJobDetailFactoryBean .StatefulMethodInvokingJobExtension of the MethodInvokingJob, implementing the StatefulJob interface.Classorg.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBeanSpring MVC
MethodInvokingRunnableAdapter that implements the Runnable interface as a configurablemethod invocation based on Spring's MethodInvoker.Classorg.springframework.scheduling.supportSpring MVC
PeriodicTriggerA trigger for periodic task execution.Classorg.springframework.scheduling.supportSpring MVC
ProxyAsyncConfiguration@Configuration class that registers the Spring infrastructure beans necessaryto enable proxy-based asynchronous method execution.Classorg.springframework.scheduling.annotationSpring MVC
QuartzJobBeanSimple implementation of the Quartz Job interface, applying thepassed-in JobDataMap and also the SchedulerContext as bean propertyClassorg.springframework.scheduling.quartzSpring MVC
ResourceLoaderClassLoadHelperWrapper that adapts from the Quartz ClassLoadHelper interfaceonto Spring's ResourceLoader interface.Classorg.springframework.scheduling.quartzSpring MVC
ScheduledAnnotation that marks a method to be scheduled.Classorg.springframework.scheduling.annotationSpring MVC
ScheduledAnnotationBeanPostProcessorBean post-processor that registers methods annotated with @Scheduledto be invoked by a TaskScheduler accordingClassorg.springframework.scheduling.annotationSpring MVC
ScheduledExecutorFactoryBeanFactoryBean that sets upa ScheduledExecutorServiceClassorg.springframework.scheduling.concurrentSpring MVC
ScheduledExecutorTaskJavaBean that describes a scheduled executor task, consisting of theRunnable and a delay plus period.Classorg.springframework.scheduling.concurrentSpring MVC
ScheduledMethodRunnableVariant of MethodInvokingRunnable meant to be used for processingof no-arg scheduled methods.Classorg.springframework.scheduling.supportSpring MVC
ScheduledTaskRegistrarHelper bean for registering tasks with a TaskScheduler, typically using cronAs of Spring 3.Classorg.springframework.scheduling.configSpring MVC
ScheduledTasksBeanDefinitionParserParser for the 'scheduled-tasks' element of the scheduling namespace.Classorg.springframework.scheduling.configSpring MVC
ScheduledTimerListenerJavaBean that describes a scheduled TimerListener, consisting ofthe TimerListener itself (or a Runnable to create a TimerListener for)Classorg.springframework.scheduling.commonjSpring MVC
SchedulerAccessorCommon base class for accessing a Quartz Scheduler, i.Classorg.springframework.scheduling.quartzSpring MVC
SchedulerAccessorBeanSpring bean-style class for accessing a Quartz Scheduler, i.Classorg.springframework.scheduling.quartzSpring MVC
SchedulerBeanDefinitionParserParser for the 'scheduler' element of the 'task' namespace.Classorg.springframework.scheduling.configSpring MVC
SchedulerContextAwareCallback interface to be implemented by Spring-managedQuartz artifacts that need access to the SchedulerContextInterfaceorg.springframework.scheduling.quartzSpring MVC
SchedulerFactoryBeanFactoryBean that creates and configures a Quartz Scheduler,manages its lifecycle as part of the Spring application context, and exposes theClassorg.springframework.scheduling.quartzSpring MVC
SchedulesContainer annotation that aggregates several Scheduled annotations.Classorg.springframework.scheduling.annotationSpring MVC
SchedulingAwareRunnableExtension of the Runnable interface, adding special callbacksfor long-running operations.Interfaceorg.springframework.schedulingSpring MVC
SchedulingConfiguration@Configuration class that registers a ScheduledAnnotationBeanPostProcessorbean capable of processing Spring's @Scheduled annotation.Classorg.springframework.scheduling.annotationSpring MVC
SchedulingConfigurerOptional interface to be implemented by @Configuration classes annotatedwith @EnableScheduling.Interfaceorg.springframework.scheduling.annotationSpring MVC
SchedulingExceptionGeneral exception to be thrown on scheduling failures,such as the scheduler already having shut down.Classorg.springframework.schedulingSpring MVC
SchedulingTaskExecutorA TaskExecutor extension exposingscheduling characteristics that are relevant to potential task submitters.Interfaceorg.springframework.schedulingSpring MVC
SimpleThreadPoolTaskExecutorSubclass of Quartz's SimpleThreadPool that implements Spring'sTaskExecutor interfaceClassorg.springframework.scheduling.quartzSpring MVC
SimpleTriggerContextSimple data holder implementation of the TriggerContext interface.Classorg.springframework.scheduling.supportSpring MVC
SimpleTriggerFactoryBeanA Spring FactoryBean for creating a Quartz SimpleTriggerinstance, supporting bean-style usage for trigger configuration.Classorg.springframework.scheduling.quartzSpring MVC
SpringBeanJobFactorySubclass of AdaptableJobFactory that also supports Spring-styledependency injection on bean properties.Classorg.springframework.scheduling.quartzSpring MVC
TaskHolder class defining a Runnable to be executed as a task, typically at ascheduled time or interval.Classorg.springframework.scheduling.configSpring MVC
TaskExecutorFactoryBeanFactoryBean for creating ThreadPoolTaskExecutor instances, choosingbetween the standard concurrent and the backport-concurrent variant.Classorg.springframework.scheduling.configSpring MVC
TaskManagementConfigUtilsConfiguration constants for internal sharing across subpackages.Classorg.springframework.scheduling.configSpring MVC
TaskNamespaceHandlerNamespaceHandler for the 'task' namespace.Classorg.springframework.scheduling.configSpring MVC
TaskSchedulerTask scheduler interface that abstracts the scheduling ofRunnables based on different kinds of triggers.Interfaceorg.springframework.schedulingSpring MVC
TaskUtilsUtility methods for decorating tasks with error handling.Classorg.springframework.scheduling.supportSpring MVC
ThreadPoolExecutorFactoryBeanJavaBean that allows for configuring a ThreadPoolExecutorin bean style (through its corePoolSize, maxPoolSize, keepAliveSeconds,Classorg.springframework.scheduling.concurrentSpring MVC
ThreadPoolTaskExecutorJavaBean that allows for configuring a ThreadPoolExecutorin bean style (through its corePoolSize, maxPoolSize, keepAliveSeconds, queueCapacityClassorg.springframework.scheduling.concurrentSpring MVC
ThreadPoolTaskSchedulera native ScheduledThreadPoolExecutor.Classorg.springframework.scheduling.concurrentSpring MVC
TimerManagerAccessorBase class for classes that are accessing a CommonJ TimerManagerDefines common configuration settings and common lifecycle handling.Classorg.springframework.scheduling.commonjSpring MVC
TimerManagerFactoryBeanFactoryBean that retrieves aCommonJ TimerManager and exposes it for bean references.Classorg.springframework.scheduling.commonjSpring MVC
TimerManagerTaskSchedulera CommonJ TimerManager.Classorg.springframework.scheduling.commonjSpring MVC
TriggerCommon interface for trigger objects that determine the next execution timeof a task that they get associated with.Interfaceorg.springframework.schedulingSpring MVC
TriggerContextContext object encapsulating last execution times and last completion timeSince:3.Interfaceorg.springframework.schedulingSpring MVC
TriggerTaskTask implementation defining a Runnable to be executed according to aSince:3.Classorg.springframework.scheduling.configSpring MVC
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