|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActiveMQSession | |
|---|---|
| org.apache.activemq | The core JMS client API implementation classes. |
| Uses of ActiveMQSession in org.apache.activemq |
|---|
| Subclasses of ActiveMQSession in org.apache.activemq | |
|---|---|
class |
ActiveMQXASession
The XASession interface extends the capability of Session by adding access to a JMS provider's support for the Java Transaction API (JTA) (optional). |
| Fields in org.apache.activemq declared as ActiveMQSession | |
|---|---|
protected ActiveMQSession |
ActiveMQMessageProducerSupport.session
|
protected ActiveMQSession |
ActiveMQMessageConsumer.session
|
| Methods in org.apache.activemq with parameters of type ActiveMQSession | |
|---|---|
protected void |
ActiveMQConnection.addSession(ActiveMQSession session)
Used internally for adding Sessions to the Connection |
void |
ActiveMQSession.DeliveryListener.afterDelivery(ActiveMQSession session,
javax.jms.Message msg)
|
void |
ActiveMQSession.DeliveryListener.beforeDelivery(ActiveMQSession session,
javax.jms.Message msg)
|
javax.jms.MessageConsumer |
CustomDestination.createConsumer(ActiveMQSession session,
String messageSelector)
|
javax.jms.MessageConsumer |
CustomDestination.createConsumer(ActiveMQSession session,
String messageSelector,
boolean noLocal)
|
javax.jms.TopicSubscriber |
CustomDestination.createDurableSubscriber(ActiveMQSession session,
String name,
String messageSelector,
boolean noLocal)
|
javax.jms.MessageProducer |
CustomDestination.createProducer(ActiveMQSession session)
|
javax.jms.TopicPublisher |
CustomDestination.createPublisher(ActiveMQSession session)
|
javax.jms.QueueReceiver |
CustomDestination.createReceiver(ActiveMQSession session,
String messageSelector)
|
javax.jms.QueueSender |
CustomDestination.createSender(ActiveMQSession session)
|
javax.jms.TopicSubscriber |
CustomDestination.createSubscriber(ActiveMQSession session,
String messageSelector,
boolean noLocal)
|
protected void |
ActiveMQConnection.removeSession(ActiveMQSession session)
Used interanlly for removing Sessions from a Connection |
| Constructors in org.apache.activemq with parameters of type ActiveMQSession | |
|---|---|
ActiveMQMessageConsumer(ActiveMQSession session,
ConsumerId consumerId,
ActiveMQDestination dest,
String name,
String selector,
int prefetch,
int maximumPendingMessageCount,
boolean noLocal,
boolean browser,
boolean dispatchAsync,
javax.jms.MessageListener messageListener)
Create a MessageConsumer |
|
ActiveMQMessageProducer(ActiveMQSession session,
ProducerId producerId,
ActiveMQDestination destination,
int sendTimeout)
|
|
ActiveMQMessageProducerSupport(ActiveMQSession session)
|
|
ActiveMQQueueBrowser(ActiveMQSession session,
ConsumerId consumerId,
ActiveMQDestination destination,
String selector,
boolean dispatchAsync)
Constructor for an ActiveMQQueueBrowser - used internally |
|
ActiveMQQueueReceiver(ActiveMQSession theSession,
ConsumerId consumerId,
ActiveMQDestination destination,
String selector,
int prefetch,
int maximumPendingMessageCount,
boolean asyncDispatch)
|
|
ActiveMQQueueSender(ActiveMQSession session,
ActiveMQDestination destination,
int sendTimeout)
|
|
ActiveMQTopicPublisher(ActiveMQSession session,
ActiveMQDestination destination,
int sendTimeout)
|
|
ActiveMQTopicSubscriber(ActiveMQSession theSession,
ConsumerId consumerId,
ActiveMQDestination dest,
String name,
String selector,
int prefetch,
int maximumPendingMessageCount,
boolean noLocalValue,
boolean browserValue,
boolean asyncDispatch)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||