|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.codehaus.activemq.service | |
org.codehaus.activemq | The core JMS client implementation classes |
org.codehaus.activemq.broker | The API for the JMS Broker which is the server side of a JMS network though it may be deployed inside a client in peer style networks. |
org.codehaus.activemq.broker.impl | The default implementation of the JMS Broker |
org.codehaus.activemq.message | Message implementations |
org.codehaus.activemq.service | The core services which make up the JMS Message Broker such as the Store, MessageContainer and MessageContainerManager |
org.codehaus.activemq.service.boundedvm | |
org.codehaus.activemq.service.impl | Default implementations of the services |
org.codehaus.activemq.store | The APIs which need to be implemented for persistent message stores for durable messaging |
org.codehaus.activemq.store.cache | |
org.codehaus.activemq.store.vm | VM based implementation of message persistence |
org.codehaus.activemq.transport | The transport abstraction layer for sending and receiving Packets over a network |
org.codehaus.activemq.transport.composite | A Composite Pattern implementation of TransportChannel allowing a client to connect randomly to one of a number of possible destinations, cycling through them until a connection is established. |
org.codehaus.activemq.transport.multicast | An implementation of the transport layer using multicast |
org.codehaus.activemq.transport.peer | |
org.codehaus.activemq.transport.reliable | |
org.codehaus.activemq.transport.remote | |
org.codehaus.activemq.transport.tcp | An implementation of the transport layer using TCP/IP sockets |
org.codehaus.activemq.transport.udp | An implementation of the transport layer using UDP |
org.codehaus.activemq.transport.vm | An implementation of the transport layer using intra-JVM communication |
Classes in org.codehaus.activemq.service used by org.codehaus.activemq | |
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
Classes in org.codehaus.activemq.service used by org.codehaus.activemq.broker | |
DeadLetterPolicy
Determines how messages are stored in a dead letter queue |
|
MessageContainerAdmin
Provides a admin view to a destination. |
|
MessageContainerManager
A manager of MessageContainer instances |
|
RedeliveryPolicy
Represents the redelivery policy which is used when a rollback() occurs (either JMS or XA). |
|
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
Classes in org.codehaus.activemq.service used by org.codehaus.activemq.broker.impl | |
DeadLetterPolicy
Determines how messages are stored in a dead letter queue |
|
MessageContainerAdmin
Provides a admin view to a destination. |
|
MessageContainerManager
A manager of MessageContainer instances |
|
RedeliveryPolicy
Represents the redelivery policy which is used when a rollback() occurs (either JMS or XA). |
|
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
|
TransactionManager
A Transaction keeps track of all the tasks that must be run before and after transactional events. |
Classes in org.codehaus.activemq.service used by org.codehaus.activemq.message | |
MessageIdentity
Represents a message identity, either by using a unique message number, which is ordered and must not be zero or by specifying the String messageID. |
Classes in org.codehaus.activemq.service used by org.codehaus.activemq.service | |
DeadLetterPolicy
Determines how messages are stored in a dead letter queue |
|
Dispatcher
A dispatcher of messages to some JMS connection. |
|
MessageContainer
A MessageContainer holds the messages for a particular destination |
|
MessageContainerAdmin
Provides a admin view to a destination. |
|
MessageContainerManager
A manager of MessageContainer instances |
|
MessageIdentity
Represents a message identity, either by using a unique message number, which is ordered and must not be zero or by specifying the String messageID. |
|
QueueListEntry
Represents an entry in a linked list |
|
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
|
SubscriberEntry
Represents a durable subscribers subscription entry which contains details of the subscription and the subscriber's unique ID |
|
Subscription
A Subscription holds messages to be dispatched to a a Client Consumer |
|
Transaction
A Transaction keeps track of all the tasks that must be run before and after transactional events. |
|
TransactionTask
The TransactionTask interface should be implemented by any class whose instances are intended to be executed as part of a transaction event. |
Classes in org.codehaus.activemq.service used by org.codehaus.activemq.service.boundedvm | |
DeadLetterPolicy
Determines how messages are stored in a dead letter queue |
|
MessageContainer
A MessageContainer holds the messages for a particular destination |
|
MessageContainerAdmin
Provides a admin view to a destination. |
|
MessageContainerManager
A manager of MessageContainer instances |
|
MessageIdentity
Represents a message identity, either by using a unique message number, which is ordered and must not be zero or by specifying the String messageID. |
|
RedeliveryPolicy
Represents the redelivery policy which is used when a rollback() occurs (either JMS or XA). |
|
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
Classes in org.codehaus.activemq.service used by org.codehaus.activemq.service.impl | |
DeadLetterPolicy
Determines how messages are stored in a dead letter queue |
|
Dispatcher
A dispatcher of messages to some JMS connection. |
|
MessageContainer
A MessageContainer holds the messages for a particular destination |
|
MessageContainerAdmin
Provides a admin view to a destination. |
|
MessageContainerManager
A manager of MessageContainer instances |
|
MessageIdentity
Represents a message identity, either by using a unique message number, which is ordered and must not be zero or by specifying the String messageID. |
|
QueueList
Represents a Queue with List like semantics, allowing addition and removal at any point in the queue. |
|
QueueListEntry
Represents an entry in a linked list |
|
QueueMessageContainer
A Queue based MessageContainer |
|
QueueMessageContainerManager
A manager of MessageContainer instances |
|
RedeliveryPolicy
Represents the redelivery policy which is used when a rollback() occurs (either JMS or XA). |
|
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
|
SubscriberEntry
Represents a durable subscribers subscription entry which contains details of the subscription and the subscriber's unique ID |
|
Subscription
A Subscription holds messages to be dispatched to a a Client Consumer |
|
SubscriptionContainer
Represents a possibly persistent container of subscription objects |
|
TopicMessageContainer
A Topic based MessageContainer |
|
Transaction
A Transaction keeps track of all the tasks that must be run before and after transactional events. |
|
TransactionManager
A Transaction keeps track of all the tasks that must be run before and after transactional events. |
|
TransactionTask
The TransactionTask interface should be implemented by any class whose instances are intended to be executed as part of a transaction event. |
Classes in org.codehaus.activemq.service used by org.codehaus.activemq.store | |
MessageContainer
A MessageContainer holds the messages for a particular destination |
|
MessageIdentity
Represents a message identity, either by using a unique message number, which is ordered and must not be zero or by specifying the String messageID. |
|
QueueMessageContainer
A Queue based MessageContainer |
|
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
|
SubscriberEntry
Represents a durable subscribers subscription entry which contains details of the subscription and the subscriber's unique ID |
|
Subscription
A Subscription holds messages to be dispatched to a a Client Consumer |
|
TopicMessageContainer
A Topic based MessageContainer |
|
Transaction
A Transaction keeps track of all the tasks that must be run before and after transactional events. |
|
TransactionManager
A Transaction keeps track of all the tasks that must be run before and after transactional events. |
Classes in org.codehaus.activemq.service used by org.codehaus.activemq.store.cache | |
MessageContainer
A MessageContainer holds the messages for a particular destination |
|
MessageIdentity
Represents a message identity, either by using a unique message number, which is ordered and must not be zero or by specifying the String messageID. |
|
QueueMessageContainer
A Queue based MessageContainer |
|
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
|
SubscriberEntry
Represents a durable subscribers subscription entry which contains details of the subscription and the subscriber's unique ID |
|
Subscription
A Subscription holds messages to be dispatched to a a Client Consumer |
Classes in org.codehaus.activemq.service used by org.codehaus.activemq.store.vm | |
MessageContainer
A MessageContainer holds the messages for a particular destination |
|
MessageIdentity
Represents a message identity, either by using a unique message number, which is ordered and must not be zero or by specifying the String messageID. |
|
QueueMessageContainer
A Queue based MessageContainer |
|
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
|
SubscriberEntry
Represents a durable subscribers subscription entry which contains details of the subscription and the subscriber's unique ID |
|
Subscription
A Subscription holds messages to be dispatched to a a Client Consumer |
|
Transaction
A Transaction keeps track of all the tasks that must be run before and after transactional events. |
|
TransactionManager
A Transaction keeps track of all the tasks that must be run before and after transactional events. |
Classes in org.codehaus.activemq.service used by org.codehaus.activemq.transport | |
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
Classes in org.codehaus.activemq.service used by org.codehaus.activemq.transport.composite | |
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
Classes in org.codehaus.activemq.service used by org.codehaus.activemq.transport.multicast | |
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
Classes in org.codehaus.activemq.service used by org.codehaus.activemq.transport.peer | |
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
Classes in org.codehaus.activemq.service used by org.codehaus.activemq.transport.reliable | |
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
Classes in org.codehaus.activemq.service used by org.codehaus.activemq.transport.remote | |
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
Classes in org.codehaus.activemq.service used by org.codehaus.activemq.transport.tcp | |
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
Classes in org.codehaus.activemq.service used by org.codehaus.activemq.transport.udp | |
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
Classes in org.codehaus.activemq.service used by org.codehaus.activemq.transport.vm | |
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |