|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arjuna.ats.jdbc.common.JDBCEnvironmentBean
public class JDBCEnvironmentBean
A JavaBean containing configuration properties for the JDBC subsystem.
Constructor Summary | |
---|---|
JDBCEnvironmentBean()
|
Method Summary | |
---|---|
int |
getIsolationLevel()
Returns the default isolation level for tansactional database operations. |
java.util.Hashtable |
getJndiProperties()
Returns the Hashtable used for the JNDI environment in transactional driver code. |
void |
setIsolationLevel(int isolationLevel)
Sets the default transaction isolation level for database operations. |
void |
setJndiProperties(java.util.Hashtable jndiProperties)
Sets the JNDI properties used by transactional driver code. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JDBCEnvironmentBean()
Method Detail |
---|
public int getIsolationLevel()
getIsolationLevel
in interface JDBCEnvironmentBeanMBean
public void setIsolationLevel(int isolationLevel)
setIsolationLevel
in interface JDBCEnvironmentBeanMBean
isolationLevel
- the default connection isolation level.public java.util.Hashtable getJndiProperties()
getJndiProperties
in interface JDBCEnvironmentBeanMBean
public void setJndiProperties(java.util.Hashtable jndiProperties)
setJndiProperties
in interface JDBCEnvironmentBeanMBean
jndiProperties
- a Hashtable object containing JNDI context information.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |