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.broker The core classes for the ActiveMQ Message Broker and its connectors. 
org.apache.activemq.broker.jmx JMX MBeans for the broker and its core connectors. 
org.apache.activemq.thread   
org.apache.activemq.transport.vm In-JVM based Transport implementation. 
 

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.broker
 

Classes in org.apache.activemq.broker that implement Task
 class TransportConnection
           
 

Uses of Task in org.apache.activemq.broker.jmx
 

Classes in org.apache.activemq.broker.jmx that implement Task
 class ManagedTransportConnection
          A managed transport connection
 

Uses of Task in org.apache.activemq.thread
 

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

Uses of Task in org.apache.activemq.transport.vm
 

Classes in org.apache.activemq.transport.vm that implement Task
 class VMTransport
          A Transport implementation that uses direct method invocations.
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.