站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

Uses of Interface javax.jms.Session (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


Uses of Interface
javax.jms.Session

Packages that use Session
javax.jms This is the basic contract for the Java Message Service - what JBossMQ offers and clients can expect. 
 

Uses of Session in javax.jms
 

Subinterfaces of Session in javax.jms
 interface QueueSession
          A QueueSession object provides methods for creating QueueReceiver, QueueSender, QueueBrowser, and TemporaryQueue objects.
 interface TopicSession
          A TopicSession object provides methods for creating TopicPublisher, TopicSubscriber, and TemporaryTopic objects.
 interface XAQueueSession
          An XAQueueSession provides a regular QueueSession, which can be used to create QueueReceiver, QueueSender, and QueueBrowser objects (optional).
 interface XASession
          The XASession interface extends the capability of Session by adding access to a JMS provider's support for the Java Transaction API (JTA) (optional).
 interface XATopicSession
          An XATopicSession provides a regular TopicSession.
 

Methods in javax.jms that return Session
 Session XASession.getSession()
          Gets the session associated with this XASession.
 Session XAConnection.createSession(boolean transacted, int acknowledgeMode)
          Creates an Session object.
 Session ServerSession.getSession()
          Return the ServerSession's Session.
 Session Connection.createSession(boolean transacted, int acknowledgeMode)
          Creates a Session object.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.