程序包的使用
org.springframework.util.concurrent
使用org.springframework.util.concurrent的程序包 程序包 说明 org.springframework.core.task This package defines Spring's core TaskExecutor abstraction, and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations.org.springframework.core.task.support Support classes for Spring's TaskExecutor abstraction.org.springframework.http.client Contains an abstraction over client-side HTTP.org.springframework.jca.work Convenience classes for scheduling based on the JCA WorkManager facility, as supported within ResourceAdapters.org.springframework.messaging.handler.invocation Common infrastructure for invoking message handler methods.org.springframework.messaging.simp.stomp Generic support for simple messaging protocols (like STOMP).org.springframework.messaging.tcp Contains abstractions and implementation classes for establishing TCP connections viaTcpOperations, handling messages viaTcpConnectionHandler, as well as sending messages viaTcpConnection.org.springframework.messaging.tcp.reactor Contains support for TCP messaging based on Reactor.org.springframework.mock.http.client Mock implementations of client-side HTTP abstractions.org.springframework.scheduling.annotation Java 5 annotation for asynchronous method execution.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.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.util.concurrent Useful genericjava.util.concurrent.Futureextensions.org.springframework.web.client Core package of the client-side web support.org.springframework.web.socket.client Client-side abstractions for WebSocket applications.org.springframework.web.socket.client.jetty Client-side support for the Jetty WebSocket API.org.springframework.web.socket.client.standard Client-side classes for use with standard Java WebSocket endpoints.org.springframework.web.socket.messaging WebSocket integration for Spring's messaging module.org.springframework.web.socket.sockjs.client SockJS client implementation ofWebSocketClient.org.springframework.core.task使用的org.springframework.util.concurrent中的类 类 说明 ListenableFuture ExtendFuturewith the capability to accept completion callbacks.org.springframework.core.task.support使用的org.springframework.util.concurrent中的类 类 说明 ListenableFuture ExtendFuturewith the capability to accept completion callbacks.org.springframework.http.client使用的org.springframework.util.concurrent中的类 类 说明 ListenableFuture ExtendFuturewith the capability to accept completion callbacks.org.springframework.jca.work使用的org.springframework.util.concurrent中的类 类 说明 ListenableFuture ExtendFuturewith the capability to accept completion callbacks.org.springframework.messaging.handler.invocation使用的org.springframework.util.concurrent中的类 类 说明 ListenableFuture ExtendFuturewith the capability to accept completion callbacks.org.springframework.messaging.simp.stomp使用的org.springframework.util.concurrent中的类 类 说明 ListenableFuture ExtendFuturewith the capability to accept completion callbacks.org.springframework.messaging.tcp使用的org.springframework.util.concurrent中的类 类 说明 ListenableFuture ExtendFuturewith the capability to accept completion callbacks.org.springframework.messaging.tcp.reactor使用的org.springframework.util.concurrent中的类 类 说明 ListenableFuture ExtendFuturewith the capability to accept completion callbacks.org.springframework.mock.http.client使用的org.springframework.util.concurrent中的类 类 说明 ListenableFuture ExtendFuturewith the capability to accept completion callbacks.org.springframework.scheduling.annotation使用的org.springframework.util.concurrent中的类 类 说明 FailureCallback Failure callback for aListenableFuture.ListenableFuture ExtendFuturewith the capability to accept completion callbacks.ListenableFutureCallback Callback mechanism for the outcome, success or failure, from aListenableFuture.SuccessCallback Success callback for aListenableFuture.org.springframework.scheduling.commonj使用的org.springframework.util.concurrent中的类 类 说明 ListenableFuture ExtendFuturewith the capability to accept completion callbacks.org.springframework.scheduling.concurrent使用的org.springframework.util.concurrent中的类 类 说明 ListenableFuture ExtendFuturewith the capability to accept completion callbacks.org.springframework.scheduling.quartz使用的org.springframework.util.concurrent中的类 类 说明 ListenableFuture ExtendFuturewith the capability to accept completion callbacks.org.springframework.util.concurrent使用的org.springframework.util.concurrent中的类 类 说明 FailureCallback Failure callback for aListenableFuture.FutureAdapter Abstract class that adapts aFutureparameterized over S into aFutureparameterized over T.ListenableFuture ExtendFuturewith the capability to accept completion callbacks.ListenableFutureCallback Callback mechanism for the outcome, success or failure, from aListenableFuture.SuccessCallback Success callback for aListenableFuture.org.springframework.web.client使用的org.springframework.util.concurrent中的类 类 说明 ListenableFuture ExtendFuturewith the capability to accept completion callbacks.org.springframework.web.socket.client使用的org.springframework.util.concurrent中的类 类 说明 ListenableFuture ExtendFuturewith the capability to accept completion callbacks.org.springframework.web.socket.client.jetty使用的org.springframework.util.concurrent中的类 类 说明 ListenableFuture ExtendFuturewith the capability to accept completion callbacks.org.springframework.web.socket.client.standard使用的org.springframework.util.concurrent中的类 类 说明 ListenableFuture ExtendFuturewith the capability to accept completion callbacks.org.springframework.web.socket.messaging使用的org.springframework.util.concurrent中的类 类 说明 ListenableFuture ExtendFuturewith the capability to accept completion callbacks.org.springframework.web.socket.sockjs.client使用的org.springframework.util.concurrent中的类 类 说明 ListenableFuture ExtendFuturewith the capability to accept completion callbacks.SettableListenableFuture AListenableFuturewhose value can be set viaSettableListenableFuture.set(Object)orSettableListenableFuture.setException(Throwable).