程序包的使用
org.springframework.scheduling
使用org.springframework.scheduling的程序包 程序包 说明 org.springframework.jca.work Convenience classes for scheduling based on the JCA WorkManager facility, as supported within ResourceAdapters.org.springframework.messaging.simp.broker Provides a "simple" message broker implementation along with an abstract base class and other supporting types such as a registry for subscriptions.org.springframework.messaging.simp.config Configuration support for WebSocket messaging using higher level messaging protocols.org.springframework.messaging.simp.stomp Generic support for simple messaging protocols (like STOMP).org.springframework.messaging.simp.user Support for handling messages to "user" destinations (i.e. destinations that are unique to a user's sessions), primarily translating the destinations and then forwarding the updated message to the broker.org.springframework.scheduling General exceptions for Spring's scheduling support, independent of any specific scheduling system.org.springframework.scheduling.commonj Convenience classes for scheduling based on the CommonJ WorkManager/TimerManager facility, as supported by IBM WebSphere 6.0+ and BEA WebLogic 9.0+.org.springframework.scheduling.concurrent Scheduling convenience classes for thejava.util.concurrentandjavax.enterprise.concurrentpackages, allowing to set up a ThreadPoolExecutor or ScheduledThreadPoolExecutor as a bean in a Spring context.org.springframework.scheduling.config Support package for declarative scheduling configuration, with XML schema being the primary configuration format.org.springframework.scheduling.quartz Support classes for the open source scheduler Quartz, allowing to set up Quartz Schedulers, JobDetails and Triggers as beans in a Spring context.org.springframework.scheduling.support Generic support classes for scheduling.org.springframework.web.socket.config Configuration support for WebSocket request handling.org.springframework.web.socket.config.annotation Support for annotation-based WebSocket setup in configuration classes.org.springframework.web.socket.messaging WebSocket integration for Spring's messaging module.org.springframework.web.socket.sockjs.client SockJS client implementation ofWebSocketClient.org.springframework.web.socket.sockjs.support Support classes for SockJS including anAbstractSockJsServiceimplementation.org.springframework.web.socket.sockjs.transport Server-side support for SockJS transports includingTransportHandlerimplementations for processing incoming requests, theirsessioncounterparts for sending messages over the various transports, andDefaultSockJsService.org.springframework.web.socket.sockjs.transport.handler TransportHandlerimplementation classes as well as a concreteSockJsService.org.springframework.jca.work使用的org.springframework.scheduling中的类 类 说明 SchedulingTaskExecutor ATaskExecutorextension exposing scheduling characteristics that are relevant to potential task submitters.org.springframework.messaging.simp.broker使用的org.springframework.scheduling中的类 类 说明 TaskScheduler Task scheduler interface that abstracts the scheduling ofRunnablesbased on different kinds of triggers.org.springframework.messaging.simp.config使用的org.springframework.scheduling中的类 类 说明 TaskScheduler Task scheduler interface that abstracts the scheduling ofRunnablesbased on different kinds of triggers.org.springframework.messaging.simp.stomp使用的org.springframework.scheduling中的类 类 说明 TaskScheduler Task scheduler interface that abstracts the scheduling ofRunnablesbased on different kinds of triggers.org.springframework.messaging.simp.user使用的org.springframework.scheduling中的类 类 说明 TaskScheduler Task scheduler interface that abstracts the scheduling ofRunnablesbased on different kinds of triggers.org.springframework.scheduling使用的org.springframework.scheduling中的类 类 说明 Trigger Common interface for trigger objects that determine the next execution time of a task that they get associated with.TriggerContext Context object encapsulating last execution times and last completion time of a given task.org.springframework.scheduling.commonj使用的org.springframework.scheduling中的类 类 说明 SchedulingTaskExecutor ATaskExecutorextension exposing scheduling characteristics that are relevant to potential task submitters.TaskScheduler Task scheduler interface that abstracts the scheduling ofRunnablesbased on different kinds of triggers.Trigger Common interface for trigger objects that determine the next execution time of a task that they get associated with.org.springframework.scheduling.concurrent使用的org.springframework.scheduling中的类 类 说明 SchedulingTaskExecutor ATaskExecutorextension exposing scheduling characteristics that are relevant to potential task submitters.TaskScheduler Task scheduler interface that abstracts the scheduling ofRunnablesbased on different kinds of triggers.Trigger Common interface for trigger objects that determine the next execution time of a task that they get associated with.org.springframework.scheduling.config使用的org.springframework.scheduling中的类 类 说明 TaskScheduler Task scheduler interface that abstracts the scheduling ofRunnablesbased on different kinds of triggers.Trigger Common interface for trigger objects that determine the next execution time of a task that they get associated with.org.springframework.scheduling.quartz使用的org.springframework.scheduling中的类 类 说明 SchedulingException General exception to be thrown on scheduling failures, such as the scheduler already having shut down.SchedulingTaskExecutor ATaskExecutorextension exposing scheduling characteristics that are relevant to potential task submitters.org.springframework.scheduling.support使用的org.springframework.scheduling中的类 类 说明 Trigger Common interface for trigger objects that determine the next execution time of a task that they get associated with.TriggerContext Context object encapsulating last execution times and last completion time of a given task.org.springframework.web.socket.config使用的org.springframework.scheduling中的类 类 说明 TaskScheduler Task scheduler interface that abstracts the scheduling ofRunnablesbased on different kinds of triggers.org.springframework.web.socket.config.annotation使用的org.springframework.scheduling中的类 类 说明 TaskScheduler Task scheduler interface that abstracts the scheduling ofRunnablesbased on different kinds of triggers.org.springframework.web.socket.messaging使用的org.springframework.scheduling中的类 类 说明 TaskScheduler Task scheduler interface that abstracts the scheduling ofRunnablesbased on different kinds of triggers.org.springframework.web.socket.sockjs.client使用的org.springframework.scheduling中的类 类 说明 TaskScheduler Task scheduler interface that abstracts the scheduling ofRunnablesbased on different kinds of triggers.org.springframework.web.socket.sockjs.support使用的org.springframework.scheduling中的类 类 说明 TaskScheduler Task scheduler interface that abstracts the scheduling ofRunnablesbased on different kinds of triggers.org.springframework.web.socket.sockjs.transport使用的org.springframework.scheduling中的类 类 说明 TaskScheduler Task scheduler interface that abstracts the scheduling ofRunnablesbased on different kinds of triggers.org.springframework.web.socket.sockjs.transport.handler使用的org.springframework.scheduling中的类 类 说明 TaskScheduler Task scheduler interface that abstracts the scheduling ofRunnablesbased on different kinds of triggers.