Interface DsPool
-
- All Superinterfaces:
JCAMetadata,Pool,Serializable,ValidatableMetadata
public interface DsPool extends Pool
A pool for a datasource.- Author:
- Jesper Pedersen
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDsPool.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtensiongetConnectionListener()Get the connection listenerBooleanisAllowMultipleUsers()Are multiple users allowed to create connections-
Methods inherited from interface org.jboss.jca.common.api.metadata.common.Pool
getCapacity, getFlushStrategy, getInitialPoolSize, getMaxPoolSize, getMinPoolSize, isFair, isPrefill, isUseStrictMin
-
Methods inherited from interface org.jboss.jca.common.api.metadata.ValidatableMetadata
validate
-
-