org.jboss.jms.asf
Class OpenJMSServerSessionPoolFactory

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

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

OpenJMSServerSessionPoolFactory.java Created: Wed Nov 29 16:01:04 2000

Version:
 
Author:
 
See Also:
Serialized Form

Constructor Summary
OpenJMSServerSessionPoolFactory()
           
 
Method Summary
 java.lang.String getName()
           
 javax.jms.ServerSessionPool getServerSessionPool(javax.jms.Connection con, int maxSession, boolean isTransacted, int ack, javax.jms.MessageListener listener)
           
static void main(java.lang.String[] args)
           
 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

OpenJMSServerSessionPoolFactory

public OpenJMSServerSessionPoolFactory()
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

main

public static void main(java.lang.String[] args)


Copyright © 2000 The JBoss Organization. All Rights Reserved.