Boolean prefill, Boolean useStrictMin,
FlushStrategy flushStrategy, Boolean isSameRmOverride, Boolean interleaving,
Boolean padXid, Boolean wrapXaResource,
Boolean noTxSeparatePool) throws Exception
{
xaPool = new DsXaPoolImpl(minPoolSize, initialPoolSize, maxPoolSize, prefill, useStrictMin, flushStrategy,
isSameRmOverride, interleaving, padXid,
wrapXaResource, noTxSeparatePool, false, null, null);
return this;
}