org.jboss.jms.asf
Class StdServerSessionPoolFactory

java.lang.Object
  |
  +--org.jboss.jms.asf.StdServerSessionPoolFactory
All Implemented Interfaces:
java.io.Serializable, ServerSessionPoolFactory

public class StdServerSessionPoolFactory
extends java.lang.Object
implements ServerSessionPoolFactory, java.io.Serializable

StdServerSessionPoolFactory.java Created: Fri Dec 22 09:47:41 2000

Version:
 
Author:
Peter Antman
See Also:
Serialized Form

Constructor Summary
StdServerSessionPoolFactory()
           
 
Method Summary
 java.lang.String getName()
           
 javax.jms.ServerSessionPool getServerSessionPool(javax.jms.Connection con, int maxSession, boolean isTransacted, int ack, javax.jms.MessageListener listener)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StdServerSessionPoolFactory

public StdServerSessionPoolFactory()
Method Detail

setName

public void setName(java.lang.String name)
Specified by:
setName in interface ServerSessionPoolFactory

getName

public java.lang.String getName()
Specified by:
getName in interface ServerSessionPoolFactory

getServerSessionPool

public javax.jms.ServerSessionPool getServerSessionPool(javax.jms.Connection con,
                                                        int maxSession,
                                                        boolean isTransacted,
                                                        int ack,
                                                        javax.jms.MessageListener listener)
                                                 throws javax.jms.JMSException
Specified by:
getServerSessionPool in interface ServerSessionPoolFactory


Copyright © 2000 The JBoss Organization. All Rights Reserved.