| java.lang.Object org.objectweb.jonas_jms.JSession
All known Subclasses: org.objectweb.jonas_jms.JQueueSession, org.objectweb.jonas_jms.JTopicSession,
JSession | public class JSession implements Session,Synchronization(Code) | | JSession
author: Laurent Chauvirey, Frederic Maistre, Nicolas Tachker author: Contributor(s): author: Philippe Durieux author: Philippe Coq |
closed | protected boolean closed(Code) | | |
currtx | protected Transaction currtx(Code) | | |
sess | protected Session sess(Code) | | |
tm | protected static TransactionManager tm(Code) | | |
txover | protected boolean txover(Code) | | |
xac | protected XAConnection xac(Code) | | |
xasess | protected XASession xasess(Code) | | |
JSession | protected JSession(JConnection jconn)(Code) | | Prepares the construction of a JSession.
Parameters: jconn - |
MOMSessionClose | protected void MOMSessionClose()(Code) | | |
PhysicalClose | protected void PhysicalClose()(Code) | | |
afterCompletion | public void afterCompletion(int status)(Code) | | called by the transaction manager after the transaction
is committed or rolled back.
|
beforeCompletion | public void beforeCompletion()(Code) | | called by the transaction manager prior to the start
of the transaction completion process
|
close | public void close() throws JMSException(Code) | | |
commit | public void commit() throws JMSException(Code) | | |
createBrowser | public QueueBrowser createBrowser(Queue queue) throws JMSException(Code) | | |
createBrowser | public QueueBrowser createBrowser(Queue queue, java.lang.String messageSelector) throws JMSException(Code) | | |
createBytesMessage | public BytesMessage createBytesMessage() throws JMSException(Code) | | |
createConsumer | public MessageConsumer createConsumer(Destination destination) throws JMSException(Code) | | |
createConsumer | public MessageConsumer createConsumer(Destination destination, String messageSelector) throws JMSException(Code) | | |
createConsumer | public MessageConsumer createConsumer(Destination destination, String messageSelector, boolean NoLocal) throws JMSException(Code) | | |
createDurableSubscriber | public TopicSubscriber createDurableSubscriber(Topic topic, String name) throws JMSException(Code) | | |
createDurableSubscriber | public TopicSubscriber createDurableSubscriber(Topic topic, String name, String messageSelector, boolean noLocal) throws JMSException(Code) | | |
createMapMessage | public MapMessage createMapMessage() throws JMSException(Code) | | |
createMessage | public Message createMessage() throws JMSException(Code) | | |
createObjectMessage | public ObjectMessage createObjectMessage() throws JMSException(Code) | | |
createObjectMessage | public ObjectMessage createObjectMessage(Serializable object) throws JMSException(Code) | | |
createProducer | public MessageProducer createProducer(Destination destination) throws JMSException(Code) | | |
createQueue | public Queue createQueue(String queueName) throws JMSException(Code) | | |
createStreamMessage | public StreamMessage createStreamMessage() throws JMSException(Code) | | |
createTemporaryQueue | public TemporaryQueue createTemporaryQueue() throws JMSException(Code) | | |
createTemporaryTopic | public TemporaryTopic createTemporaryTopic() throws JMSException(Code) | | |
createTextMessage | public TextMessage createTextMessage() throws JMSException(Code) | | |
createTextMessage | public TextMessage createTextMessage(String text) throws JMSException(Code) | | |
createTopic | public Topic createTopic(String topicName) throws JMSException(Code) | | |
getAcknowledgeMode | public int getAcknowledgeMode() throws JMSException(Code) | | |
getMOMSession | protected Session getMOMSession() throws JMSException(Code) | | Get the underlaying MOM Session.
- session |
getMessageListener | public MessageListener getMessageListener() throws JMSException(Code) | | |
getTransacted | public boolean getTransacted() throws JMSException(Code) | | |
getXAResource | protected XAResource getXAResource()(Code) | | Get the underlaying XAResource.
- XAResource |
recover | public void recover() throws JMSException(Code) | | |
rollback | public void rollback() throws JMSException(Code) | | |
setMessageListener | public void setMessageListener(MessageListener listener) throws JMSException(Code) | | |
unsubscribe | public void unsubscribe(String name) throws JMSException(Code) | | |
|
|