Uses of Class
com.caucho.ejb.session.StatelessPool

Packages that use StatelessPool
com.caucho.ejb.session   
 

Uses of StatelessPool in com.caucho.ejb.session
 

Methods in com.caucho.ejb.session that return StatelessPool
<T> StatelessPool<X,T>
StatelessManager.createStatelessPool(StatelessProxyFactory proxy, StatelessContext<X,T> context, java.util.List<Interceptor<?>> interceptorBeans)
          Called by the StatelessProxy on initialization.
 StatelessPool<X,?> StatelessManager.getLocalStatelessPool()
           
 

Methods in com.caucho.ejb.session with parameters of type StatelessPool
 void StatelessManager.setLocalStatelessPool(StatelessPool<X,?> pool)