org.apache.geronimo.connector.deployment.jsr88
Class PartitionedPool
java.lang.Object
org.apache.geronimo.deployment.plugin.XmlBeanSupport
org.apache.geronimo.connector.deployment.jsr88.SinglePool
org.apache.geronimo.connector.deployment.jsr88.PartitionedPool
public class PartitionedPool
- extends SinglePool
Settings for connectionmanager/partitioned-pool
Methods inherited from class org.apache.geronimo.connector.deployment.jsr88.SinglePool |
getBlockingTimeoutMillis, getIdleTimeoutMinutes, getMaxSize, getMinSize, getSchemaTypeLoader, getSinglePool, isMatchAll, isMatchOne, isSelectOneAssumeMatch, setBlockingTimeoutMillis, setIdleTimeoutMinutes, setMatchAll, setMatchOne, setMaxSize, setMinSize, setSelectOneAssumeMatch |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PartitionedPool
public PartitionedPool()
PartitionedPool
public PartitionedPool(org.apache.geronimo.xbeans.geronimo.GerPartitionedpoolType pool)
getPool
protected org.apache.geronimo.xbeans.geronimo.GerPartitionedpoolType getPool()
configure
protected void configure(org.apache.geronimo.xbeans.geronimo.GerSinglepoolType pool)
- Overrides:
configure
in class SinglePool
isPartitionBySubject
public boolean isPartitionBySubject()
setPartitionBySubject
public void setPartitionBySubject(boolean set)
isPartitionByRequest
public boolean isPartitionByRequest()
setPartitionByRequest
public void setPartitionByRequest(boolean set)
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.