org.ow2.jonas.deployment.rar
Class JdbcConnParamsDesc

java.lang.Object
  extended by org.ow2.jonas.deployment.rar.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
 boolean isJdbcConnSetUp()
           
 
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

isJdbcConnSetUp

public boolean isJdbcConnSetUp()
Returns:
true only if the jdbc-conn-params are present.


Copyright © 2010 OW2 Consortium. All Rights Reserved.