org.apache.geronimo.connector.deployment.jsr88
Class PartitionedPool

java.lang.Object
  extended by org.apache.geronimo.deployment.plugin.XmlBeanSupport
      extended by org.apache.geronimo.connector.deployment.jsr88.SinglePool
          extended by org.apache.geronimo.connector.deployment.jsr88.PartitionedPool

public class PartitionedPool
extends SinglePool

Settings for connectionmanager/partitioned-pool


Field Summary
 
Fields inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport
pcs
 
Constructor Summary
PartitionedPool()
           
PartitionedPool(org.apache.geronimo.xbeans.geronimo.GerPartitionedpoolType pool)
           
 
Method Summary
protected  void configure(org.apache.geronimo.xbeans.geronimo.GerSinglepoolType pool)
           
protected  org.apache.geronimo.xbeans.geronimo.GerPartitionedpoolType getPool()
           
 boolean isPartitionByRequest()
           
 boolean isPartitionBySubject()
           
 void setPartitionByRequest(boolean set)
           
 void setPartitionBySubject(boolean set)
           
 
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 org.apache.geronimo.deployment.plugin.XmlBeanSupport
addPropertyChangeListener, configured, fromXML, getXmlObject, isEmpty, removePropertyChangeListener, setXmlObject, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartitionedPool

public PartitionedPool()

PartitionedPool

public PartitionedPool(org.apache.geronimo.xbeans.geronimo.GerPartitionedpoolType pool)
Method Detail

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.