Package org.jboss.as.ejb3.component.pool
Class PoolConfig
- java.lang.Object
-
- org.jboss.as.ejb3.component.pool.PoolConfig
-
- Direct Known Subclasses:
StrictMaxPoolConfig
public abstract class PoolConfig extends Object
User: jpai
-
-
Constructor Summary
Constructors Constructor Description PoolConfig(String poolName)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract <T> Pool<T>createPool(StatelessObjectFactory<T> statelessObjectFactory)StringgetPoolName()
-
-
-
Field Detail
-
poolName
protected final String poolName
-
-
Constructor Detail
-
PoolConfig
public PoolConfig(String poolName)
-
-
Method Detail
-
getPoolName
public String getPoolName()
-
createPool
public abstract <T> Pool<T> createPool(StatelessObjectFactory<T> statelessObjectFactory)
-
-