jrun.jms.asf
Class MDBServerSessionPoolImpl

jrun.jms.asf.ServerSessionPoolImpl
  |
  +--jrun.jms.asf.MDBServerSessionPoolImpl

public class MDBServerSessionPoolImpl
extends ServerSessionPoolImpl


Fields inherited from class jrun.jms.asf.ServerSessionPoolImpl
m_asfManager, m_connection, m_logger, m_MessageListener, m_MessageListenerClassName, m_mlSettingsType, m_sspf
 
Constructor Summary
MDBServerSessionPoolImpl(ConnectionWrapper connection, ASFService manager, boolean transacted, int acknowlege, int maxPSize, int minPSize)
           
 
Method Summary
protected  ServerSessionImpl createServerSession()
           
 int get_maxSSPoolSize()
           
 int get_minSSPoolSize()
           
protected  void initServerSessionPool()
           
 void set_maxSSPoolSize(int psize)
           
 void set_minSSPoolSize(int psize)
           
 boolean transactionRequired()
           
 
Methods inherited from class jrun.jms.asf.ServerSessionPoolImpl
destroyServerSession, getMessageListener, getServerSession, returnServerSession, runSession, setLogger, stopPool
 

Constructor Detail

MDBServerSessionPoolImpl

public MDBServerSessionPoolImpl(ConnectionWrapper connection,
                                ASFService manager,
                                boolean transacted,
                                int acknowlege,
                                int maxPSize,
                                int minPSize)
                         throws javax.jms.JMSException
Method Detail

transactionRequired

public boolean transactionRequired()

set_minSSPoolSize

public void set_minSSPoolSize(int psize)

set_maxSSPoolSize

public void set_maxSSPoolSize(int psize)

get_minSSPoolSize

public int get_minSSPoolSize()
Overrides:
get_minSSPoolSize in class ServerSessionPoolImpl

get_maxSSPoolSize

public int get_maxSSPoolSize()
Overrides:
get_maxSSPoolSize in class ServerSessionPoolImpl

initServerSessionPool

protected void initServerSessionPool()
                              throws javax.jms.JMSException
Overrides:
initServerSessionPool in class ServerSessionPoolImpl

createServerSession

protected ServerSessionImpl createServerSession()
                                         throws javax.jms.JMSException
Overrides:
createServerSession in class ServerSessionPoolImpl


Copyright � 2002 Macromedia Corporation. All Rights Reserved.