org.huihoo.jfox.jms
Class AbstractSession

java.lang.Object
  extended byorg.huihoo.jfox.jms.AbstractSession
All Implemented Interfaces:
java.lang.Runnable, javax.jms.Session

public abstract class AbstractSession
extends java.lang.Object
implements javax.jms.Session


Field Summary
 
Fields inherited from interface javax.jms.Session
AUTO_ACKNOWLEDGE, CLIENT_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE
 
Constructor Summary
AbstractSession()
           
 
Method Summary
 void acknowneledge()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.jms.Session
close, commit, createBytesMessage, createMapMessage, createMessage, createObjectMessage, createObjectMessage, createStreamMessage, createTextMessage, createTextMessage, getMessageListener, getTransacted, recover, rollback, run, setMessageListener
 

Constructor Detail

AbstractSession

public AbstractSession()
Method Detail

acknowneledge

public void acknowneledge()
                   throws javax.jms.JMSException
Throws:
javax.jms.JMSException