xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.jms.XBSession

Packages that use XBSession
org.xmlBlaster.contrib   
org.xmlBlaster.contrib.dbwatcher.mom   
org.xmlBlaster.contrib.dbwriter   
org.xmlBlaster.contrib.replication   
org.xmlBlaster.jms   
org.xmlBlaster.test.contrib.replication   
 

Uses of XBSession in org.xmlBlaster.contrib
 

Methods in org.xmlBlaster.contrib that return XBSession
 XBSession MomEventEngine.getJmsSession()
           
 XBSession I_ChangePublisher.getJmsSession()
          Only used in replication, can return null if not used.
 

Uses of XBSession in org.xmlBlaster.contrib.dbwatcher.mom
 

Methods in org.xmlBlaster.contrib.dbwatcher.mom that return XBSession
 XBSession XmlBlasterPublisher.getJmsSession()
           
 

Uses of XBSession in org.xmlBlaster.contrib.dbwriter
 

Methods in org.xmlBlaster.contrib.dbwriter that return XBSession
 XBSession SqlInfoStreamPublisher.getJmsSession()
           
 

Uses of XBSession in org.xmlBlaster.contrib.replication
 

Methods in org.xmlBlaster.contrib.replication with parameters of type XBSession
 void ReplSourceEngine.sendEndOfTransitionMessage(I_Info info, XBSession session, java.lang.String initialFilesLocation, java.lang.String shortFilename, java.lang.String dumpId, XBMessageProducer producer)
           
 

Uses of XBSession in org.xmlBlaster.jms
 

Subclasses of XBSession in org.xmlBlaster.jms
 class XBQueueSession
          XBQueueSession
 class XBTopicSession
          XBTopicSession
 

Fields in org.xmlBlaster.jms declared as XBSession
protected  XBSession XBMessageConsumer.session
           
protected  XBSession XBMessage.session
           
protected  XBSession XBMessageProducer.session
           
 

Methods in org.xmlBlaster.jms with parameters of type XBSession
static XBMessage MessageHelper.convertFromMsgUnit(XBSession session, java.lang.String sender, MsgKeyData keyData, byte[] content, MsgQosData qosData)
          Used in the message consumer update method.
static XBMessage MessageHelper.convertFromMsgUnit(XBSession session, java.lang.String sender, MsgUnit msgUnit)
          Used in the message consumer receive method.
private  void XBConnection.initSession(java.lang.String methodName, XBSession session, boolean transacted, int ackMode)
           
 

Constructors in org.xmlBlaster.jms with parameters of type XBSession
XBBytesMessage(XBSession session, byte[] content)
           
XBBytesMessage(XBSession session, byte[] content, int type)
          If the content is empty it will be considered a message for a producer, i.e.
XBMapMessage(XBSession session, byte[] content)
           
XBMessage(XBSession session, byte[] content, int type)
           
XBMessageConsumer(XBSession session, javax.jms.Destination destination, java.lang.String msgSelector, boolean noLocal)
          For each consumer created, an own xmlBlaster subscription is done since the msgSelector (i.e.
XBMessageProducer(XBSession session, javax.jms.Destination destination)
           
XBObjectMessage(XBSession session, byte[] content)
           
XBQueueSender(XBSession session, javax.jms.Queue queue)
           
XBStreamingMessage(XBSession session, java.io.InputStream in, I_ReplaceContent contentReplacer)
           
XBStreamMessage(XBSession session, byte[] content)
           
XBTextMessage(XBSession session, byte[] content)
           
XBTopicPublisher(XBSession session, javax.jms.Topic topic)
           
XBTopicSubscriber(XBSession session, javax.jms.Destination destination, java.lang.String msgSelector, boolean noLocal)
           
 

Uses of XBSession in org.xmlBlaster.test.contrib.replication
 

Methods in org.xmlBlaster.test.contrib.replication that return XBSession
 XBSession TestSyncPart.getJmsSession()
           
 XBSession TestDbSpecific.getJmsSession()
           
 XBSession TestDbBasics.getJmsSession()
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.