org.jboss.jca.common.api.metadata.ds.v11
Interface DsPool

All Superinterfaces:
CommonPool, JCAMetadata, Serializable, ValidatableMetadata

public interface DsPool
extends CommonPool

A pool for a datasource.

Author:
Jesper Pedersen

Nested Class Summary
static class DsPool.Tag
          A Tag.
 
Method Summary
 Boolean isAllowMultipleUsers()
          Are multiple users allowed to create connections
 
Methods inherited from interface org.jboss.jca.common.api.metadata.common.CommonPool
getFlushStrategy, getMaxPoolSize, getMinPoolSize, isPrefill, isUseStrictMin
 
Methods inherited from interface org.jboss.jca.common.api.metadata.ValidatableMetadata
validate
 

Method Detail

isAllowMultipleUsers

Boolean isAllowMultipleUsers()
Are multiple users allowed to create connections

Returns:
True, if multiple users are supported, otherwise false


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)