jrun.jms.asf
Interface ServerSessionPoolFactory

All Superinterfaces:
java.io.Serializable, ServerSessionPoolServiceMBean, Service, ServiceMBean
All Known Implementing Classes:
ServerSessionPoolService

public interface ServerSessionPoolFactory
extends ServerSessionPoolServiceMBean


Fields inherited from interface jrun.jms.asf.ServerSessionPoolServiceMBean
OBJECT_NAME
 
Fields inherited from interface jrunx.kernel.Service
INITIALIZED, STARTED, STARTING, STOPPED, STOPPING, UNINITIALIZED
 
Method Summary
 javax.jms.ServerSessionPool getServerSessionPool(javax.jms.Connection connection, ASFService manager, boolean transacted, int acknowlege)
           
 javax.jms.ServerSessionPool getServerSessionPool(javax.jms.Connection connection, boolean transacted, int acknowlege, javax.jms.MessageListener ml)
           
 javax.jms.ServerSessionPool getServerSessionPool(javax.jms.Connection connection, java.lang.String mlClassname, boolean transacted, int acknowlege)
           
 
Methods inherited from interface jrun.jms.asf.ServerSessionPoolServiceMBean
get_maxMessageNumber, get_maxPoolSize, get_minPoolSize, get_serverSessionPoolFactoryName, get_serverSessionPoolImplCN, set_maxMessageNumber, set_maxPoolSize, set_minPoolSize, set_serverSessionPoolFactoryName, set_serverSessionPoolImplCN
 
Methods inherited from interface jrunx.kernel.ServiceMBean
bind, getBindToJNDI, getDeactivated, getDomainName, getJRunService, getLogger, getName, getParentService, getServerName, requestServer, setBindToJNDI, setDeactivated, setDomainName, setName, setParentService, unbind
 
Methods inherited from interface jrunx.kernel.Service
destroy, getStatus, init, start, stop, updateStatus
 

Method Detail

getServerSessionPool

public javax.jms.ServerSessionPool getServerSessionPool(javax.jms.Connection connection,
                                                        java.lang.String mlClassname,
                                                        boolean transacted,
                                                        int acknowlege)
                                                 throws javax.jms.JMSException

getServerSessionPool

public javax.jms.ServerSessionPool getServerSessionPool(javax.jms.Connection connection,
                                                        ASFService manager,
                                                        boolean transacted,
                                                        int acknowlege)
                                                 throws javax.jms.JMSException

getServerSessionPool

public javax.jms.ServerSessionPool getServerSessionPool(javax.jms.Connection connection,
                                                        boolean transacted,
                                                        int acknowlege,
                                                        javax.jms.MessageListener ml)
                                                 throws javax.jms.JMSException


Copyright � 2002 Macromedia Corporation. All Rights Reserved.