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 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 Modifier and Type Class Description class
TransportConnection
-
Uses of Task in org.apache.activemq.broker.jmx
Classes in org.apache.activemq.broker.jmx that implement Task Modifier and Type Class Description class
ManagedTransportConnection
A 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 interface
Destination
Classes in org.apache.activemq.broker.region that implement Task Modifier and Type Class Description class
BaseDestination
class
DestinationFilter
class
Queue
The Queue is a List of MessageEntry objects that are dispatched to matching subscriptions.class
TempQueue
The Queue is a List of MessageEntry objects that are dispatched to matching subscriptions.class
TempTopic
The Topic is a destination that sends a copy of a message to every active Subscription registered.class
Topic
The 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 class
CompositeDestinationFilter
Represents a compositeDestination
where send()s are replicated to each Destination instance.class
MappedQueueFilter
Creates a mapped Queue that can recover messages from subscription recovery policy of its Virtual Topic.class
SelectorAwareVirtualTopicInterceptor
class
VirtualTopicInterceptor
A 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 class
AuthorizationDestinationFilter
Authorizes 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 TaskRunner
TaskRunnerFactory. 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 class
VMTransport
A Transport implementation that uses direct method invocations.
-