org.jboss.ejb3
Class ThreadlocalPool
java.lang.Object
org.jboss.ejb3.AbstractPool
org.jboss.ejb3.ThreadlocalPool
- All Implemented Interfaces:
- Pool
public class ThreadlocalPool
- extends AbstractPool
Pools EJBs within a ThreadLocal.
- Version:
- $Revision: 1.3.2.4 $
- Author:
- Bill Burke
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pool
protected ThreadLocal pool
ThreadlocalPool
public ThreadlocalPool()
get
public BeanContext get()
- Description copied from interface:
Pool
- Creates if no object is available in pool. ejbCreate will be called if created
get
public BeanContext get(Class[] initTypes,
Object[] initValues)
release
public void release(BeanContext ctx)
- Description copied from interface:
Pool
- Put bean back in pool
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.