|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JBMSession | |
---|---|
org.jboss.messaging.ra | JBoss Messaging Resource Adaptor |
Uses of JBMSession in org.jboss.messaging.ra |
---|
Fields in org.jboss.messaging.ra declared as JBMSession | |
---|---|
protected JBMSession |
JBMMessage.session
The session |
protected JBMSession |
JBMMessageProducer.session
The session for this consumer |
protected JBMSession |
JBMMessageConsumer.session
The session for this consumer |
Methods in org.jboss.messaging.ra that return JBMSession | |
---|---|
protected JBMSession |
JBMSessionFactoryImpl.allocateConnection(boolean transacted,
int acknowledgeMode,
int sessionType)
Allocation a connection |
protected JBMSession |
JBMSessionFactoryImpl.allocateConnection(int sessionType)
Allocation a connection |
Methods in org.jboss.messaging.ra with parameters of type JBMSession | |
---|---|
void |
JBMSessionFactoryImpl.closeSession(JBMSession session)
Close session |
void |
JBMSessionFactory.closeSession(JBMSession session)
Notification that a session is closed |
protected void |
JBMManagedConnection.removeHandle(JBMSession handle)
Remove a handle from the handle map. |
Constructors in org.jboss.messaging.ra with parameters of type JBMSession | |
---|---|
JBMBytesMessage(javax.jms.BytesMessage message,
JBMSession session)
Create a new wrapper |
|
JBMMapMessage(javax.jms.MapMessage message,
JBMSession session)
Create a new wrapper |
|
JBMMessage(javax.jms.Message message,
JBMSession session)
Create a new wrapper |
|
JBMMessageConsumer(javax.jms.MessageConsumer consumer,
JBMSession session)
Create a new wrapper |
|
JBMMessageProducer(javax.jms.MessageProducer producer,
JBMSession session)
Create a new wrapper |
|
JBMObjectMessage(javax.jms.ObjectMessage message,
JBMSession session)
Create a new wrapper |
|
JBMQueueReceiver(javax.jms.QueueReceiver consumer,
JBMSession session)
Create a new wrapper |
|
JBMQueueSender(javax.jms.QueueSender producer,
JBMSession session)
Create a new wrapper |
|
JBMStreamMessage(javax.jms.StreamMessage message,
JBMSession session)
Create a new wrapper |
|
JBMTextMessage(javax.jms.TextMessage message,
JBMSession session)
Create a new wrapper |
|
JBMTopicPublisher(javax.jms.TopicPublisher producer,
JBMSession session)
Create a new wrapper |
|
JBMTopicSubscriber(javax.jms.TopicSubscriber consumer,
JBMSession session)
Create a new wrapper |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |