org.objectweb.jonas_rar.deployment.api
Class JdbcConnParamsDesc

java.lang.Object
  extended by org.objectweb.jonas_rar.deployment.api.JdbcConnParamsDesc
All Implemented Interfaces:
Serializable

public class JdbcConnParamsDesc
extends Object
implements Serializable

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

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
JdbcConnParamsDesc(JdbcConnParams jcp)
          Constructor
 
Method Summary
 String getJdbcCheckLevel()
          Gets the jdbc-check-level
 String getJdbcTestStatement()
          Gets the jdbc-test-statement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcConnParamsDesc

public JdbcConnParamsDesc(JdbcConnParams jcp)
Constructor

Method Detail

getJdbcCheckLevel

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

Returns:
the jdbc-check-level

getJdbcTestStatement

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

Returns:
the jdbc-test-statement


Copyright © 2007 OW2 Consortium. All Rights Reserved.