Uses of Interface
org.apache.activemq.thread.Task

Packages that use Task
org.apache.activemq The core JMS client API implementation classes. 
org.apache.activemq.thread   
 

Uses of Task in org.apache.activemq
 

Classes in org.apache.activemq that implement Task
 class ActiveMQSessionExecutor
          A utility class used by the Session for dispatching messages asynchronously to consumers
 

Uses of Task in org.apache.activemq.thread
 

Methods in org.apache.activemq.thread with parameters of type Task
 TaskRunner TaskRunnerFactory.createTaskRunner(Task task, String name)
           
 

Constructors in org.apache.activemq.thread with parameters of type Task
DeterministicTaskRunner(Executor executor, Task task)
          Constructor
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.