org.ow2.jonas.deployment.rar.xml
Class JdbcConnParams

java.lang.Object
  extended by org.ow2.jonas.deployment.common.xml.AbsElement
      extended by org.ow2.jonas.deployment.rar.xml.JdbcConnParams
All Implemented Interfaces:
Serializable, Element

public class JdbcConnParams
extends AbsElement

This class defines the implementation of the element jdbc-conn-params

Author:
Florent Benoit
See Also:
Serialized Form

Constructor Summary
JdbcConnParams()
          Constructor
 
Method Summary
 String getJdbcCheckLevel()
          Gets the jdbc-check-level
 String getJdbcTestStatement()
          Gets the jdbc-test-statement
 void setJdbcCheckLevel(String jdbcCheckLevel)
          Set the jdbc-check-level
 void setJdbcTestStatement(String jdbcTestStatement)
          Set the jdbc-test-statement
 String toXML(int indent)
          Represents this element by it's XML description.
 
Methods inherited from class org.ow2.jonas.deployment.common.xml.AbsElement
indent, toString, toXML, xmlAttribute, xmlElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JdbcConnParams

public JdbcConnParams()
Constructor

Method Detail

getJdbcCheckLevel

public String getJdbcCheckLevel()
Gets the jdbc-check-level

Returns:
the jdbc-check-level

setJdbcCheckLevel

public void setJdbcCheckLevel(String jdbcCheckLevel)
Set the jdbc-check-level

Parameters:
jdbcCheckLevel - jdbcCheckLevel

getJdbcTestStatement

public String getJdbcTestStatement()
Gets the jdbc-test-statement

Returns:
the jdbc-test-statement

setJdbcTestStatement

public void setJdbcTestStatement(String jdbcTestStatement)
Set the jdbc-test-statement

Parameters:
jdbcTestStatement - jdbcTestStatement

toXML

public String toXML(int indent)
Represents this element by it's XML description.

Specified by:
toXML in interface Element
Specified by:
toXML in class AbsElement
Parameters:
indent - use this indent for prefixing XML representation.
Returns:
the XML description of this object.


Copyright © 2010 OW2 Consortium. All Rights Reserved.