Uses of Package
org.apache.activemq.thread

Packages that use org.apache.activemq.thread
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.broker.region Region abstraction and implementations in the Broker. 
org.apache.activemq.memory   
org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messaging 
org.apache.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface. 
org.apache.activemq.store.rapid   
org.apache.activemq.thread   
org.apache.activemq.transport.vm In-JVM based Transport implementation. 
 

Classes in org.apache.activemq.thread used by org.apache.activemq
Task
          Represents a task that may take a few iterations to complete.
TaskRunnerFactory
          Manages the thread pool for long running tasks.
 

Classes in org.apache.activemq.thread used by org.apache.activemq.broker
Task
          Represents a task that may take a few iterations to complete.
TaskRunner
          Allows you to request a thread execute the associated Task.
TaskRunnerFactory
          Manages the thread pool for long running tasks.
 

Classes in org.apache.activemq.thread used by org.apache.activemq.broker.jmx
Task
          Represents a task that may take a few iterations to complete.
TaskRunnerFactory
          Manages the thread pool for long running tasks.
 

Classes in org.apache.activemq.thread used by org.apache.activemq.broker.region
TaskRunnerFactory
          Manages the thread pool for long running tasks.
Valve
          A Valve is a synchronization object used enable or disable the "flow" of concurrent processing.
 

Classes in org.apache.activemq.thread used by org.apache.activemq.memory
TaskRunnerFactory
          Manages the thread pool for long running tasks.
 

Classes in org.apache.activemq.thread used by org.apache.activemq.store
TaskRunnerFactory
          Manages the thread pool for long running tasks.
 

Classes in org.apache.activemq.thread used by org.apache.activemq.store.journal
TaskRunnerFactory
          Manages the thread pool for long running tasks.
 

Classes in org.apache.activemq.thread used by org.apache.activemq.store.rapid
TaskRunnerFactory
          Manages the thread pool for long running tasks.
 

Classes in org.apache.activemq.thread used by org.apache.activemq.thread
Task
          Represents a task that may take a few iterations to complete.
TaskRunner
          Allows you to request a thread execute the associated Task.
TaskRunnerFactory
          Manages the thread pool for long running tasks.
 

Classes in org.apache.activemq.thread used by org.apache.activemq.transport.vm
Task
          Represents a task that may take a few iterations to complete.
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.