jrun.jms.asf
Interface ServerSessionPoolFactory
- All Superinterfaces:
- java.io.Serializable, ServerSessionPoolServiceMBean, Service, ServiceMBean
- All Known Implementing Classes:
- ServerSessionPoolService
- public interface ServerSessionPoolFactory
- extends ServerSessionPoolServiceMBean
|
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 jrunx.kernel.ServiceMBean |
bind, getBindToJNDI, getDeactivated, getDomainName, getJRunService, getLogger, getName, getParentService, getServerName, requestServer, setBindToJNDI, setDeactivated, setDomainName, setName, setParentService, unbind |
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.