xmlBlaster 2.2.0 API

org.xmlBlaster.jms
Class XBServerSession

java.lang.Object
  extended by org.xmlBlaster.jms.XBServerSession
All Implemented Interfaces:
javax.jms.ServerSession

public class XBServerSession
extends java.lang.Object
implements javax.jms.ServerSession

XBServerSession

Author:
Michele Laghi

Field Summary
private  XBConnection connection
           
private  javax.jms.Session session
           
private  boolean started
           
 
Constructor Summary
XBServerSession(XBConnection connection)
           
 
Method Summary
 javax.jms.Session getSession()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

session

private javax.jms.Session session

connection

private XBConnection connection

started

private boolean started
Constructor Detail

XBServerSession

public XBServerSession(XBConnection connection)
Method Detail

getSession

public javax.jms.Session getSession()
                             throws javax.jms.JMSException
Specified by:
getSession in interface javax.jms.ServerSession
Throws:
javax.jms.JMSException
See Also:
ServerSession.getSession()

start

public void start()
           throws javax.jms.JMSException
Specified by:
start in interface javax.jms.ServerSession
Throws:
javax.jms.JMSException
See Also:
ServerSession.start()

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.