|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use org.activemq.service | |
| org.activemq | The core JMS client implementation classes |
| org.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.activemq.broker.impl | The default implementation of the JMS Broker |
| org.activemq.message | Message implementations |
| org.activemq.pool | A JMS provider for working with ActiveMQ's JCA ResourceAdapter which uses the same JMS Session that is being used to dispatch JMS Messages inside a JCA or MDB container. |
| org.activemq.service | The core services which make up the JMS Message Broker such as the Store, MessageContainer and MessageContainerManager |
| org.activemq.service.boundedvm | |
| org.activemq.service.impl | Default implementations of the services |
| org.activemq.store | The APIs which need to be implemented for persistent message stores for durable messaging |
| org.activemq.store.cache | |
| org.activemq.store.jdbc | Message persistence implemented using JDBC |
| org.activemq.store.jdbc.adapter | Implements database/driver apapters to compensate for the wide differences in the BLOB handing of JDBC drivers. |
| org.activemq.store.journal | Message persistence using a high performance transaction log via the Journal interface. |
| org.activemq.store.vm | VM based implementation of message persistence |
| org.activemq.transport | The transport abstraction layer for sending and receiving Packets over a network |
| org.activemq.transport.activeio | An implementation of the transport layer using activeio channels see http://activeio.org |
| org.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.activemq.transport.jabber | A transport using Jabber (XMPP) |
| org.activemq.transport.multicast | An implementation of the transport layer using multicast |
| org.activemq.transport.peer | |
| org.activemq.transport.reliable | |
| org.activemq.transport.remote | |
| org.activemq.transport.stomp | An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc. |
| org.activemq.transport.tcp | An implementation of the transport layer using TCP/IP sockets |
| org.activemq.transport.udp | An implementation of the transport layer using UDP |
| org.activemq.transport.vm | An implementation of the transport layer using intra-JVM communication |
| Classes in org.activemq.service used by org.activemq | |
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
|
| Classes in org.activemq.service used by org.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.activemq.service used by org.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.activemq.service used by org.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.activemq.service used by org.activemq.pool | |
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
|
| Classes in org.activemq.service used by org.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.activemq.service used by org.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.activemq.service used by org.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.activemq.service used by org.activemq.store | |
| 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. |
|
| SubscriberEntry
Represents a durable subscribers subscription entry which contains details of the subscription and the subscriber's unique ID |
|
| Classes in org.activemq.service used by org.activemq.store.cache | |
| 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. |
|
| SubscriberEntry
Represents a durable subscribers subscription entry which contains details of the subscription and the subscriber's unique ID |
|
| Classes in org.activemq.service used by org.activemq.store.jdbc | |
| 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. |
|
| SubscriberEntry
Represents a durable subscribers subscription entry which contains details of the subscription and the subscriber's unique ID |
|
| Classes in org.activemq.service used by org.activemq.store.jdbc.adapter | |
| SubscriberEntry
Represents a durable subscribers subscription entry which contains details of the subscription and the subscriber's unique ID |
|
| Classes in org.activemq.service used by org.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. |
|
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 |
|
| Classes in org.activemq.service used by org.activemq.store.vm | |
| 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. |
|
| 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.activemq.service used by org.activemq.transport | |
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
|
| Classes in org.activemq.service used by org.activemq.transport.activeio | |
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
|
| Classes in org.activemq.service used by org.activemq.transport.composite | |
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
|
| Classes in org.activemq.service used by org.activemq.transport.jabber | |
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
|
| Classes in org.activemq.service used by org.activemq.transport.multicast | |
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
|
| Classes in org.activemq.service used by org.activemq.transport.peer | |
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
|
| Classes in org.activemq.service used by org.activemq.transport.reliable | |
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
|
| Classes in org.activemq.service used by org.activemq.transport.remote | |
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
|
| Classes in org.activemq.service used by org.activemq.transport.stomp | |
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
|
| Classes in org.activemq.service used by org.activemq.transport.tcp | |
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
|
| Classes in org.activemq.service used by org.activemq.transport.udp | |
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
|
| Classes in org.activemq.service used by org.activemq.transport.vm | |
Service
Service represents some service of some kind with a simple start/stop lifecycle. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||