Uses of Interface
org.apache.activemq.thread.TaskRunner
-
Packages that use TaskRunner Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.broker.region Region abstraction and implementations in the Broker.org.apache.activemq.thread org.apache.activemq.transport.vm In-JVM based Transport implementation. -
-
Uses of TaskRunner in org.apache.activemq.broker
Fields in org.apache.activemq.broker declared as TaskRunner Modifier and Type Field Description protected TaskRunnerTransportConnection. taskRunner -
Uses of TaskRunner in org.apache.activemq.broker.region
Fields in org.apache.activemq.broker.region declared as TaskRunner Modifier and Type Field Description protected TaskRunnerQueue. taskRunner -
Uses of TaskRunner in org.apache.activemq.thread
Classes in org.apache.activemq.thread that implement TaskRunner Modifier and Type Class Description classDeterministicTaskRunnerMethods in org.apache.activemq.thread that return TaskRunner Modifier and Type Method Description TaskRunnerTaskRunnerFactory. createTaskRunner(Task task, String name) -
Uses of TaskRunner in org.apache.activemq.transport.vm
Methods in org.apache.activemq.transport.vm that return TaskRunner Modifier and Type Method Description protected TaskRunnerVMTransport. getTaskRunner()
-