Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » jms » asf » [javadoc | source]
org.jboss.jms.asf
public class: StdServerSessionPoolFactory [javadoc | source]
java.lang.Object
   org.jboss.jms.asf.StdServerSessionPoolFactory

All Implemented Interfaces:
    Serializable, ServerSessionPoolFactory

An implementation of ServerSessionPoolFactory.

Created: Fri Dec 22 09:47:41 2000

Constructor:
 public StdServerSessionPoolFactory() 
Method from org.jboss.jms.asf.StdServerSessionPoolFactory Summary:
getName,   getServerSessionPool,   getXidFactory,   setName,   setXidFactory
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.jms.asf.StdServerSessionPoolFactory Detail:
 public String getName() 
    Get the name of the factory.
 public ServerSessionPool getServerSessionPool(Connection con,
    int maxSession,
    boolean isTransacted,
    int ack,
    boolean useLocalTX,
    MessageListener listener) throws JMSException 
    Create a new ServerSessionPool .
 public XidFactoryMBean getXidFactory() 
    The getXidFactory method returns the XidFactory that server sessions will use to get xids..
 public  void setName(String name) 
    Set the name of the factory.
 public  void setXidFactory(XidFactoryMBean xidFactory) 
    The setXidFactory method supplies the XidFactory that server sessions will use to get Xids to control local transactions.