Class InlineJdbc
- java.lang.Object
-
- org.apache.ofbiz.entity.config.model.JdbcElement
-
- org.apache.ofbiz.entity.config.model.InlineJdbc
-
@ThreadSafe public final class InlineJdbc extends JdbcElement
An object that models the<inline-jdbc>
element.- See Also:
entity-config.xsd
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIdleMaxsize()
Returns the value of theidle-maxsize
attribute.java.lang.String
getJdbcDriver()
Returns the value of thejdbc-driver
attribute.java.lang.String
getJdbcPassword()
Returns the value of thejdbc-password
attribute.java.lang.String
getJdbcPasswordLookup()
Returns the value of thejdbc-password-lookup
attribute.java.lang.String
getJdbcUri()
Returns the value of thejdbc-uri
attribute.java.lang.String
getJdbcUsername()
Returns the value of thejdbc-username
attribute.int
getPoolDeadlockMaxwait()
Returns the value of thepool-deadlock-maxwait
attribute.int
getPoolDeadlockRetrywait()
Returns the value of thepool-deadlock-retrywait
attribute.java.lang.String
getPoolJdbcTestStmt()
Returns the value of thepool-jdbc-test-stmt
attribute.int
getPoolLifetime()
Returns the value of thepool-lifetime
attribute.int
getPoolMaxsize()
Returns the value of thepool-maxsize
attribute.int
getPoolMinsize()
Returns the value of thepool-minsize
attribute.int
getPoolSleeptime()
Returns the value of thepool-sleeptime
attribute.java.lang.String
getPoolXaWrapperClass()
Returns the value of thepool-xa-wrapper-class
attribute.int
getSoftMinEvictableIdleTimeMillis()
Returns the value of thetime-between-eviction-runs-millis
attribute.boolean
getTestOnBorrow()
Returns the value of thetest-on-create
attribute.boolean
getTestOnCreate()
Returns the value of thetest-on-create
attribute.boolean
getTestOnReturn()
Returns the value of thetest-on-create
attribute.boolean
getTestWhileIdle()
Returns the value of thetest-on-create
attribute.int
getTimeBetweenEvictionRunsMillis()
Returns the value of thetime-between-eviction-runs-millis
attribute.-
Methods inherited from class org.apache.ofbiz.entity.config.model.JdbcElement
getIsolationLevel, getLineNumber
-
-
-
-
Method Detail
-
getJdbcDriver
public java.lang.String getJdbcDriver()
Returns the value of thejdbc-driver
attribute.
-
getJdbcUri
public java.lang.String getJdbcUri()
Returns the value of thejdbc-uri
attribute.
-
getJdbcUsername
public java.lang.String getJdbcUsername()
Returns the value of thejdbc-username
attribute.
-
getJdbcPassword
public java.lang.String getJdbcPassword()
Returns the value of thejdbc-password
attribute.
-
getJdbcPasswordLookup
public java.lang.String getJdbcPasswordLookup()
Returns the value of thejdbc-password-lookup
attribute.
-
getPoolMaxsize
public int getPoolMaxsize()
Returns the value of thepool-maxsize
attribute.
-
getPoolMinsize
public int getPoolMinsize()
Returns the value of thepool-minsize
attribute.
-
getIdleMaxsize
public int getIdleMaxsize()
Returns the value of theidle-maxsize
attribute.
-
getTimeBetweenEvictionRunsMillis
public int getTimeBetweenEvictionRunsMillis()
Returns the value of thetime-between-eviction-runs-millis
attribute.
-
getSoftMinEvictableIdleTimeMillis
public int getSoftMinEvictableIdleTimeMillis()
Returns the value of thetime-between-eviction-runs-millis
attribute.
-
getPoolSleeptime
public int getPoolSleeptime()
Returns the value of thepool-sleeptime
attribute.
-
getPoolLifetime
public int getPoolLifetime()
Returns the value of thepool-lifetime
attribute.
-
getPoolDeadlockMaxwait
public int getPoolDeadlockMaxwait()
Returns the value of thepool-deadlock-maxwait
attribute.
-
getPoolDeadlockRetrywait
public int getPoolDeadlockRetrywait()
Returns the value of thepool-deadlock-retrywait
attribute.
-
getPoolJdbcTestStmt
public java.lang.String getPoolJdbcTestStmt()
Returns the value of thepool-jdbc-test-stmt
attribute.
-
getTestOnCreate
public boolean getTestOnCreate()
Returns the value of thetest-on-create
attribute.
-
getTestOnBorrow
public boolean getTestOnBorrow()
Returns the value of thetest-on-create
attribute.
-
getTestOnReturn
public boolean getTestOnReturn()
Returns the value of thetest-on-create
attribute.
-
getTestWhileIdle
public boolean getTestWhileIdle()
Returns the value of thetest-on-create
attribute.
-
getPoolXaWrapperClass
public java.lang.String getPoolXaWrapperClass()
Returns the value of thepool-xa-wrapper-class
attribute.
-
-