| java.lang.Object org.objectweb.jonas.jonasadmin.test.service.resource.ResourceUtils
ResourceUtils | public class ResourceUtils (Code) | | Class for filling resource forms.
author: Paul Kemler |
modifyPoolProperties | public static void modifyPoolProperties(WebForm form, String jdbcConnCheckLevel, String connMaxAge, String maxOpentime, String jdbcTestStatement, String maxSize, String minSize, String maxWaitTime, String maxWaiters, String samplingPeriod) throws Exception(Code) | | Modify pool properties
Parameters: form - the pool property form Parameters: jdbcConnCheckLevel - the value of Checking level Parameters: connMaxAge - the value of Maximum age Parameters: maxOpentime - the value of Maximum open time Parameters: jdbcTestStatement - SQL query for test statement Parameters: maxSize - the value of Pool maximum Parameters: minSize - the value of Pool minimum Parameters: maxWaitTime - the value of Max Wait Time Parameters: maxWaiters - the value of Max Waiters Parameters: samplingPeriod - the value of Sampling Period throws: Exception - if an error occurs when button is clicked |
|
|