|
|||||||||||
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.bdb | Message persistence implemented using Berkeley DB Java Edition |
org.codehaus.activemq.store.cache | |
org.codehaus.activemq.store.howl | Message persistence using a high performance transaction log via implemented using Howl whichi is used for short term persistence with longer term storage being used at checkpoints. |
org.codehaus.activemq.store.jdbc | Message persistence implemented using JDBC |
org.codehaus.activemq.store.jdbc.adapter | Implements database/driver apapters to compensate for the wide differences in the BLOB handing of JDBC drivers. |
org.codehaus.activemq.store.jdbm | Message persistence implemented using JDBM which is the default persistence mechanism shipped with Geronimo (due to its BSD licence) |
org.codehaus.activemq.store.journal | Message persistence using a high performance transaction log via the Journal interface. |
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.ember | An implementation of the transport layer using EmberIO for efficient NIO |
org.codehaus.activemq.transport.gnet | An implementation of the transport layer using the Geronimo networking layer. |
org.codehaus.activemq.transport.http | A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls. |
org.codehaus.activemq.transport.jgroups | An implementation of the transport layer using JGroups |
org.codehaus.activemq.transport.jrms | An implementation of the transport layer using Sun's reliable multicast library |
org.codehaus.activemq.transport.jxta | An implementation of the transport layer using JXTA P2PSockets for navigating firewalls and NATs |
org.codehaus.activemq.transport.multicast | An implementation of the transport layer using multicast |
org.codehaus.activemq.transport.reliable | |
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 |
org.codehaus.activemq.transport.zeroconf | A discovery agent using Zeroconf via the jmDNS library |
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 | |
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 | |
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 | |
Dispatcher
A dispatcher of messages to some JMS connection. |
|
MessageContainer
A MessageContainer holds the messages for a particular 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 | |
MessageContainer
A MessageContainer holds the messages for a particular 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. |
|
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 | |
Dispatcher
A dispatcher of messages to some JMS connection. |
|
MessageContainer
A MessageContainer holds the messages for a particular 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 |
|
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.bdb | |
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.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.howl | |
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. |
Classes in org.codehaus.activemq.service used by org.codehaus.activemq.store.jdbc | |
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.store.jdbc.adapter | |
SubscriberEntry
Represents a durable subscribers subscription entry which contains details of the subscription and the subscriber's unique ID |
|
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.jdbm | |
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.store.journal | |
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. |
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.ember | |
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.gnet | |
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.http | |
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.jgroups | |
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.jrms | |
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.jxta | |
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.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.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. |
Classes in org.codehaus.activemq.service used by org.codehaus.activemq.transport.zeroconf | |
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |