org.scrashmeow.ojb.console.ui.form.repoeditor
Class ConnectionPoolEditorForm

java.lang.Object
  |
  +--org.apache.struts.action.ActionForm
        |
        +--org.apache.struts.validator.ValidatorForm
              |
              +--org.scrashmeow.ojb.console.framework.OjbcValidatorForm
                    |
                    +--org.scrashmeow.ojb.console.ui.form.repoeditor.BaseRepositoryEditorForm
                          |
                          +--org.scrashmeow.ojb.console.ui.form.repoeditor.ConnectionPoolEditorForm
All Implemented Interfaces:
ApplicationServiceAware, DocumentAwareForm, java.io.Serializable, StrutsAware

public class ConnectionPoolEditorForm
extends BaseRepositoryEditorForm

Author:
alexander To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
See Also:
Serialized Form

Field Summary
protected  java.lang.String logAbandoned
           
protected  java.lang.String maxActive
           
protected  java.lang.String maxIdle
           
protected  java.lang.String maxWait
           
protected  java.lang.String minEvictableIdleTimeMillis
           
protected  java.lang.String numTestsPerEvictionRun
           
protected  java.lang.String removeAbandoned
           
protected  java.lang.String removeAbandonedTimeout
           
protected  java.lang.String testOnBorrow
           
protected  java.lang.String testOnReturn
           
protected  java.lang.String testWhileIdle
           
protected  java.lang.String timeBetweenEvictionRunsMillis
           
protected  java.lang.String validationQuery
           
protected  java.lang.String whenExhaustedAction
           
 
Fields inherited from class org.scrashmeow.ojb.console.ui.form.repoeditor.BaseRepositoryEditorForm
attributeIds, attributes, controlId, document, method, objectKey, workingNode
 
Fields inherited from class org.apache.struts.validator.ValidatorForm
page, validatorResults
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ConnectionPoolEditorForm()
           
 
Methods inherited from class org.scrashmeow.ojb.console.ui.form.repoeditor.BaseRepositoryEditorForm
afterPopulate, buildAttributesControl, createSelectedChild, createTextNode, findChildNode, findChildNodeByAttributeId, findChildNodes, findChildNodesByAttributeId, findSelectedChild, findSelectedChildren, getAttribute, getAttributeIds, getAttributes, getControlId, getDocument, getDocumentation, getElementData, getMethod, getObjectKey, getObjectKey, getWorkingNode, prePopulate, refreshControls, setAttribute, setAttributeIds, setAttributes, setControlId, setDocument, setDocumentation, setElementData, setMethod, setObjectKey, setWorkingNode
 
Methods inherited from class org.scrashmeow.ojb.console.framework.OjbcValidatorForm
getApplicationService, getValidate, isDispatchedTo, setValidate
 
Methods inherited from class org.apache.struts.validator.ValidatorForm
getPage, getResultValueMap, getValidatorResults, log, log, reset, setPage, setValidatorResults, validate
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxActive

protected java.lang.String maxActive

maxIdle

protected java.lang.String maxIdle

maxWait

protected java.lang.String maxWait

minEvictableIdleTimeMillis

protected java.lang.String minEvictableIdleTimeMillis

numTestsPerEvictionRun

protected java.lang.String numTestsPerEvictionRun

testOnBorrow

protected java.lang.String testOnBorrow

testOnReturn

protected java.lang.String testOnReturn

testWhileIdle

protected java.lang.String testWhileIdle

timeBetweenEvictionRunsMillis

protected java.lang.String timeBetweenEvictionRunsMillis

whenExhaustedAction

protected java.lang.String whenExhaustedAction

validationQuery

protected java.lang.String validationQuery

logAbandoned

protected java.lang.String logAbandoned

removeAbandoned

protected java.lang.String removeAbandoned

removeAbandonedTimeout

protected java.lang.String removeAbandonedTimeout
Constructor Detail

ConnectionPoolEditorForm

public ConnectionPoolEditorForm()


Copyright © 2003 Alexander Bibighaus et al. All Rights Reserved.