public abstract class PoolConfig extends Object
Constructor and Description |
---|
PoolConfig(String poolName) |
Modifier and Type | Method and Description |
---|---|
abstract <T> Pool<T> |
createPool(StatelessObjectFactory<T> statelessObjectFactory) |
String |
getPoolName() |
protected final String poolName
public PoolConfig(String poolName)
public String getPoolName()
public abstract <T> Pool<T> createPool(StatelessObjectFactory<T> statelessObjectFactory)
Copyright © 2018 JBoss by Red Hat. All rights reserved.