|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.broker.region | Region abstraction and implementations in the Broker. |
org.apache.activemq.broker.region.virtual | Implementation classes for Virtual Destinations |
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.broker.region |
---|
Subinterfaces of Task in org.apache.activemq.broker.region | |
---|---|
interface |
Destination
|
Classes in org.apache.activemq.broker.region that implement Task | |
---|---|
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 | |
---|---|
class |
CompositeDestinationFilter
Represents a composite Destination where send()s are replicated to
each Destination instance. |
class |
VirtualTopicInterceptor
A Destination which implements Virtual Topic |
Uses of Task in org.apache.activemq.thread |
---|
Methods in org.apache.activemq.thread with parameters of type Task | |
---|---|
TaskRunner |
TaskRunnerFactory.createTaskRunner(Task task,
String name)
|
Constructors in org.apache.activemq.thread with parameters of type Task | |
---|---|
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 | |
---|---|
class |
VMTransport
A Transport implementation that uses direct method invocations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |