jrun.jms.asf
Class ServerSessionImpl

jrun.jms.asf.ServerSessionImpl
All Implemented Interfaces:
java.lang.Runnable, ServerSessionStates

public class ServerSessionImpl
implements java.lang.Runnable, ServerSessionStates

Author:
Polina Alber

Field Summary
protected  javax.jms.Session m_Session
           
protected  ServerSessionPoolImpl m_SSPool
           
protected  java.lang.String m_state
           
protected  javax.jms.XASession m_XASession
           
 
Fields inherited from interface jrun.jms.asf.ServerSessionStates
ABORTED, BUSY, CREATED, POOLED, READY
 
Method Summary
 void cleanSession()
           
 void cleanSession(boolean force)
           
 javax.jms.Session getSession()
           
 void run()
           
 void start()
           
 

Field Detail

m_Session

protected javax.jms.Session m_Session

m_XASession

protected javax.jms.XASession m_XASession

m_SSPool

protected ServerSessionPoolImpl m_SSPool

m_state

protected java.lang.String m_state
Method Detail

getSession

public javax.jms.Session getSession()
                             throws javax.jms.JMSException

start

public void start()
           throws javax.jms.JMSException

run

public void run()
Specified by:
run in interface java.lang.Runnable

cleanSession

public void cleanSession()
                  throws javax.jms.JMSException

cleanSession

public void cleanSession(boolean force)
                  throws javax.jms.JMSException


Copyright � 2002 Macromedia Corporation. All Rights Reserved.