|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActiveMQSession | |
---|---|
org.apache.activemq | The core JMS client API implementation classes. |
org.apache.activemq.pool | A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like Spring's JmsTemplate. |
org.apache.activemq.ra | JCA managed connections and resource adapters for working with ActiveMQ |
org.apache.activemq.web | Web Connectors so that messages can be sent via HTTP POST or read via HTTP POST or GET as well as support for web streaming to we browser or JavaScript clients. |
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 |
ActiveMQMessageConsumer.session
|
protected ActiveMQSession |
ActiveMQMessageProducer.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)
|
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)
Create a MessageConsumer |
|
ActiveMQMessageProducer(ActiveMQSession session,
ProducerId producerId,
ActiveMQDestination destination)
|
|
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)
|
|
ActiveMQTopicPublisher(ActiveMQSession session,
ActiveMQDestination destination)
|
|
ActiveMQTopicSubscriber(ActiveMQSession theSession,
ConsumerId consumerId,
ActiveMQDestination dest,
String name,
String selector,
int prefetch,
int maximumPendingMessageCount,
boolean noLocalValue,
boolean browserValue,
boolean asyncDispatch)
|
Uses of ActiveMQSession in org.apache.activemq.pool |
---|
Methods in org.apache.activemq.pool that return ActiveMQSession | |
---|---|
protected ActiveMQSession |
SessionPool.createSession()
|
protected ActiveMQSession |
PooledConnection.createSession(SessionKey key)
|
protected ActiveMQSession |
PooledSession.getSession()
|
Constructors in org.apache.activemq.pool with parameters of type ActiveMQSession | |
---|---|
PooledSession(ActiveMQSession aSession,
SessionPool sessionPool)
|
Uses of ActiveMQSession in org.apache.activemq.ra |
---|
Methods in org.apache.activemq.ra with parameters of type ActiveMQSession | |
---|---|
void |
ServerSessionImpl.afterDelivery(ActiveMQSession session,
javax.jms.Message msg)
The ActiveMQSession's run method will call back to this method after dispactching a message to the MessageListener. |
void |
ServerSessionImpl.beforeDelivery(ActiveMQSession session,
javax.jms.Message msg)
The ActiveMQSession's run method will call back to this method before dispactching a message to the MessageListener. |
Constructors in org.apache.activemq.ra with parameters of type ActiveMQSession | |
---|---|
ManagedSessionProxy(ActiveMQSession session)
|
|
ServerSessionImpl(ServerSessionPoolImpl pool,
ActiveMQSession session,
javax.resource.spi.work.WorkManager workManager,
javax.resource.spi.endpoint.MessageEndpoint endpoint,
boolean useRAManagedTx,
int batchSize)
|
Uses of ActiveMQSession in org.apache.activemq.web |
---|
Methods in org.apache.activemq.web that return ActiveMQSession | |
---|---|
protected ActiveMQSession |
WebClient.createSession()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |