public class ConnDefXaPoolImpl extends CommonXaPoolImpl implements org.jboss.jca.common.api.metadata.common.v11.ConnDefXaPool
| Modifier and Type | Field and Description |
|---|---|
protected org.jboss.jca.common.api.metadata.common.Capacity |
capacity
capacity
|
protected Integer |
initialPoolSize
initial-pool-size
|
interleaving, isSameRmOverride, noTxSeparatePool, padXid, wrapXaResourceflushStrategy, maxPoolSize, minPoolSize, prefill, useStrictMin| Constructor and Description |
|---|
ConnDefXaPoolImpl(Integer minPoolSize,
Integer initialPoolSize,
Integer maxPoolSize,
Boolean prefill,
Boolean useStrictMin,
org.jboss.jca.common.api.metadata.common.FlushStrategy flushStrategy,
org.jboss.jca.common.api.metadata.common.Capacity capacity,
Boolean isSameRmOverride,
Boolean interleaving,
Boolean padXid,
Boolean wrapXaResource,
Boolean noTxSeparatePool)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.jboss.jca.common.api.metadata.common.Capacity |
getCapacity()
Get the capacity
|
Integer |
getInitialPoolSize()
Get the initial pool size
|
int |
hashCode() |
String |
toString() |
isInterleaving, isNoTxSeparatePool, isPadXid, isSameRmOverride, isWrapXaResourcegetFlushStrategy, getMaxPoolSize, getMinPoolSize, isPrefill, isUseStrictMin, validateclone, finalize, getClass, notify, notifyAll, wait, wait, waitisInterleaving, isNoTxSeparatePool, isPadXid, isSameRmOverride, isWrapXaResourceprotected final Integer initialPoolSize
protected final org.jboss.jca.common.api.metadata.common.Capacity capacity
public ConnDefXaPoolImpl(Integer minPoolSize, Integer initialPoolSize, Integer maxPoolSize, Boolean prefill, Boolean useStrictMin, org.jboss.jca.common.api.metadata.common.FlushStrategy flushStrategy, org.jboss.jca.common.api.metadata.common.Capacity capacity, Boolean isSameRmOverride, Boolean interleaving, Boolean padXid, Boolean wrapXaResource, Boolean noTxSeparatePool) throws org.jboss.jca.common.api.validator.ValidateException
minPoolSize - minPoolSizeinitialPoolSize - initialPoolSizemaxPoolSize - maxPoolSizeprefill - prefilluseStrictMin - useStrictMinflushStrategy - flushStrategycapacity - capacityisSameRmOverride - isSameRmOverrideinterleaving - interleavingpadXid - padXidwrapXaResource - wrapXaResourcenoTxSeparatePool - noTxSeparatePoolorg.jboss.jca.common.api.validator.ValidateException - ValidateExceptionpublic Integer getInitialPoolSize()
getInitialPoolSize in interface org.jboss.jca.common.api.metadata.common.v11.ConnDefXaPoolpublic org.jboss.jca.common.api.metadata.common.Capacity getCapacity()
getCapacity in interface org.jboss.jca.common.api.metadata.common.v11.ConnDefXaPoolpublic int hashCode()
hashCode in class CommonXaPoolImplpublic boolean equals(Object obj)
equals in class CommonXaPoolImplpublic String toString()
toString in class CommonXaPoolImplCopyright © 2013 IronJacamar (http://www.ironjacamar.org)