Uses of Interface
org.apache.activemq.thread.Task
-
Packages that use Task Package Description 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.broker.region.virtual Implementation classes for Virtual Destinationsorg.apache.activemq.security Plugable Security Adapter framework along with default implementations such as the JAAS implementation.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 Modifier and Type Class Description classActiveMQSessionExecutorA 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 Modifier and Type Class Description classTransportConnection -
Uses of Task in org.apache.activemq.broker.jmx
Classes in org.apache.activemq.broker.jmx that implement Task Modifier and Type Class Description classManagedTransportConnectionA managed transport connection -
Uses of Task in org.apache.activemq.broker.region
Subinterfaces of Task in org.apache.activemq.broker.region Modifier and Type Interface Description interfaceDestinationClasses in org.apache.activemq.broker.region that implement Task Modifier and Type Class Description classBaseDestinationclassDestinationFilterclassQueueThe Queue is a List of MessageEntry objects that are dispatched to matching subscriptions.classTempQueueThe Queue is a List of MessageEntry objects that are dispatched to matching subscriptions.classTempTopicThe Topic is a destination that sends a copy of a message to every active Subscription registered.classTopicThe Topic is a destination that sends a copy of a message to every active Subscription registered. -
Uses of Task in org.apache.activemq.broker.region.virtual
Classes in org.apache.activemq.broker.region.virtual that implement Task Modifier and Type Class Description classCompositeDestinationFilterRepresents a compositeDestinationwhere send()s are replicated to each Destination instance.classMappedQueueFilterCreates a mapped Queue that can recover messages from subscription recovery policy of its Virtual Topic.classSelectorAwareVirtualTopicInterceptorclassVirtualTopicInterceptorA Destination which implements Virtual Topic -
Uses of Task in org.apache.activemq.security
Classes in org.apache.activemq.security that implement Task Modifier and Type Class Description classAuthorizationDestinationFilterAuthorizes addSubscription calls. -
Uses of Task in org.apache.activemq.thread
Methods in org.apache.activemq.thread with parameters of type Task Modifier and Type Method Description TaskRunnerTaskRunnerFactory. createTaskRunner(Task task, String name)Constructors in org.apache.activemq.thread with parameters of type Task Constructor Description DeterministicTaskRunner(Executor executor, Task task)Constructor -
Uses of Task in org.apache.activemq.transport.vm
Classes in org.apache.activemq.transport.vm that implement Task Modifier and Type Class Description classVMTransportA Transport implementation that uses direct method invocations.
-