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

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

public class SinglePool
extends XmlBeanSupport

Settings for connectionmanager/single-pool


Field Summary
 
Fields inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport
pcs
 
Constructor Summary
SinglePool()
           
SinglePool(GerSinglepoolType pool)
           
 
Method Summary
protected  void configure(GerSinglepoolType pool)
           
 Integer getBlockingTimeoutMillis()
           
 Integer getIdleTimeoutMinutes()
           
 Integer getMaxSize()
           
 Integer getMinSize()
           
protected  org.apache.xmlbeans.SchemaTypeLoader getSchemaTypeLoader()
           
protected  GerSinglepoolType getSinglePool()
           
 boolean isMatchAll()
           
 boolean isMatchOne()
           
 boolean isSelectOneAssumeMatch()
           
 void setBlockingTimeoutMillis(Integer value)
           
 void setIdleTimeoutMinutes(Integer value)
           
 void setMatchAll(boolean set)
           
 void setMatchOne(boolean set)
           
 void setMaxSize(Integer value)
           
 void setMinSize(Integer value)
           
 void setSelectOneAssumeMatch(boolean set)
           
 
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

SinglePool

public SinglePool()

SinglePool

public SinglePool(GerSinglepoolType pool)
Method Detail

getSinglePool

protected GerSinglepoolType getSinglePool()

configure

protected void configure(GerSinglepoolType pool)

getMinSize

public Integer getMinSize()

setMinSize

public void setMinSize(Integer value)

getMaxSize

public Integer getMaxSize()

setMaxSize

public void setMaxSize(Integer value)

getBlockingTimeoutMillis

public Integer getBlockingTimeoutMillis()

setBlockingTimeoutMillis

public void setBlockingTimeoutMillis(Integer value)

getIdleTimeoutMinutes

public Integer getIdleTimeoutMinutes()

setIdleTimeoutMinutes

public void setIdleTimeoutMinutes(Integer value)

isMatchAll

public boolean isMatchAll()

setMatchAll

public void setMatchAll(boolean set)

isMatchOne

public boolean isMatchOne()

setMatchOne

public void setMatchOne(boolean set)

isSelectOneAssumeMatch

public boolean isSelectOneAssumeMatch()

setSelectOneAssumeMatch

public void setSelectOneAssumeMatch(boolean set)

getSchemaTypeLoader

protected org.apache.xmlbeans.SchemaTypeLoader getSchemaTypeLoader()
Overrides:
getSchemaTypeLoader in class XmlBeanSupport


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.