org.objectweb.jonas_rar.deployment.xml.PoolParams Class Reference

List of all members.

Public Member Functions

 PoolParams ()
String getPoolInit ()
void setPoolInit (String poolInit)
String getPoolMin ()
void setPoolMin (String poolMin)
String getPoolMax ()
void setPoolMax (String poolMax)
String getPoolMaxAge ()
void setPoolMaxAge (String poolMaxAge)
String getPstmtMax ()
void setPstmtMax (String pstmtMax)
String getPoolMaxAgeMinutes ()
void setPoolMaxAgeMinutes (String val)
String getPoolMaxOpentime ()
void setPoolMaxOpentime (String val)
String getPoolMaxWaiters ()
void setPoolMaxWaiters (String val)
String getPoolMaxWaittime ()
void setPoolMaxWaittime (String val)
String getPoolSamplingPeriod ()
void setPoolSamplingPeriod (String val)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element pool-params

Author:
Florent Benoit

Definition at line 37 of file PoolParams.java.


Constructor & Destructor Documentation

org.objectweb.jonas_rar.deployment.xml.PoolParams.PoolParams  ) 
 

Constructor

Definition at line 93 of file PoolParams.java.


Member Function Documentation

String org.objectweb.jonas_rar.deployment.xml.PoolParams.getPoolInit  ) 
 

Gets the pool-init

Returns:
the pool-init

Definition at line 101 of file PoolParams.java.

Referenced by org.objectweb.jonas_rar.deployment.api.PoolParamsDesc.PoolParamsDesc().

String org.objectweb.jonas_rar.deployment.xml.PoolParams.getPoolMax  ) 
 

Gets the pool-max

Returns:
the pool-max

Definition at line 133 of file PoolParams.java.

Referenced by org.objectweb.jonas_rar.deployment.api.PoolParamsDesc.PoolParamsDesc().

String org.objectweb.jonas_rar.deployment.xml.PoolParams.getPoolMaxAge  ) 
 

Gets the pool-max-age

Returns:
the pool-max-age

Definition at line 149 of file PoolParams.java.

Referenced by org.objectweb.jonas_rar.deployment.api.PoolParamsDesc.PoolParamsDesc().

String org.objectweb.jonas_rar.deployment.xml.PoolParams.getPoolMaxAgeMinutes  ) 
 

Gets the pool-max-age-minutes

Returns:
the pool-max-age-minutes

Definition at line 181 of file PoolParams.java.

Referenced by org.objectweb.jonas_rar.deployment.api.PoolParamsDesc.PoolParamsDesc().

String org.objectweb.jonas_rar.deployment.xml.PoolParams.getPoolMaxOpentime  ) 
 

Gets the pool-max-opentime

Returns:
the pool-max-opentime

Definition at line 196 of file PoolParams.java.

Referenced by org.objectweb.jonas_rar.deployment.api.PoolParamsDesc.PoolParamsDesc().

String org.objectweb.jonas_rar.deployment.xml.PoolParams.getPoolMaxWaiters  ) 
 

Gets the pool-max-waiters

Returns:
the pool-max-waiters

Definition at line 211 of file PoolParams.java.

Referenced by org.objectweb.jonas_rar.deployment.api.PoolParamsDesc.PoolParamsDesc().

String org.objectweb.jonas_rar.deployment.xml.PoolParams.getPoolMaxWaittime  ) 
 

Gets the pool-max-waittime

Returns:
pool-max-waittime

Definition at line 226 of file PoolParams.java.

Referenced by org.objectweb.jonas_rar.deployment.api.PoolParamsDesc.PoolParamsDesc().

String org.objectweb.jonas_rar.deployment.xml.PoolParams.getPoolMin  ) 
 

Gets the pool-min

Returns:
the pool-min

Definition at line 117 of file PoolParams.java.

Referenced by org.objectweb.jonas_rar.deployment.api.PoolParamsDesc.PoolParamsDesc().

String org.objectweb.jonas_rar.deployment.xml.PoolParams.getPoolSamplingPeriod  ) 
 

Gets the pool-sampling-period

Returns:
pool-sampling-period

Definition at line 241 of file PoolParams.java.

Referenced by org.objectweb.jonas_rar.deployment.api.PoolParamsDesc.PoolParamsDesc().

String org.objectweb.jonas_rar.deployment.xml.PoolParams.getPstmtMax  ) 
 

Gets the pstmt-max

Returns:
the pstmt-max

Definition at line 165 of file PoolParams.java.

Referenced by org.objectweb.jonas_rar.deployment.api.PoolParamsDesc.PoolParamsDesc().

void org.objectweb.jonas_rar.deployment.xml.PoolParams.setPoolInit String  poolInit  ) 
 

Set the pool-init

Parameters:
poolInit poolInit

Definition at line 109 of file PoolParams.java.

void org.objectweb.jonas_rar.deployment.xml.PoolParams.setPoolMax String  poolMax  ) 
 

Set the pool-max

Parameters:
poolMax poolMax

Definition at line 141 of file PoolParams.java.

void org.objectweb.jonas_rar.deployment.xml.PoolParams.setPoolMaxAge String  poolMaxAge  ) 
 

Set the pool-max-age

Parameters:
poolMaxAge poolMaxAge

Definition at line 157 of file PoolParams.java.

void org.objectweb.jonas_rar.deployment.xml.PoolParams.setPoolMaxAgeMinutes String  val  ) 
 

Set the pool-max-age-minutes

Parameters:
val pool-max-age-minutes

Definition at line 188 of file PoolParams.java.

void org.objectweb.jonas_rar.deployment.xml.PoolParams.setPoolMaxOpentime String  val  ) 
 

Set the pool-max-opentime

Parameters:
val pool-max-opentime

Definition at line 203 of file PoolParams.java.

void org.objectweb.jonas_rar.deployment.xml.PoolParams.setPoolMaxWaiters String  val  ) 
 

Set the pool-max-waiters

Parameters:
val pool-max-waiters

Definition at line 218 of file PoolParams.java.

void org.objectweb.jonas_rar.deployment.xml.PoolParams.setPoolMaxWaittime String  val  ) 
 

Set the pool-max-waittime

Parameters:
val pool-max-waittime

Definition at line 233 of file PoolParams.java.

void org.objectweb.jonas_rar.deployment.xml.PoolParams.setPoolMin String  poolMin  ) 
 

Set the pool-min

Parameters:
poolMin poolMin

Definition at line 125 of file PoolParams.java.

void org.objectweb.jonas_rar.deployment.xml.PoolParams.setPoolSamplingPeriod String  val  ) 
 

Set the pool-sampling-period

Parameters:
val pool-sampling-period

Definition at line 248 of file PoolParams.java.

void org.objectweb.jonas_rar.deployment.xml.PoolParams.setPstmtMax String  pstmtMax  ) 
 

Set the pstmt-max

Parameters:
pstmtMax pstmtMax

Definition at line 173 of file PoolParams.java.

String org.objectweb.jonas_rar.deployment.xml.PoolParams.toXML int  indent  ) 
 

Represents this element by it's XML description.

Parameters:
indent use this indent for prefixing XML representation.
Returns:
the XML description of this object.

Definition at line 257 of file PoolParams.java.

Referenced by org.objectweb.jonas_rar.deployment.xml.JonasConnector.toXML(), and org.objectweb.jonas_rar.deployment.xml.JonasConnectionDefinition.toXML().


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:13:23 2005 for JOnAS by  doxygen 1.3.9.1