|
||||||||||
| 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. |
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(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 JDBCEnvironmentBeanMBeanpublic void setIsolationLevel(int isolationLevel)
isolationLevel - the default connection isolation level.public Hashtable getJndiProperties()
getJndiProperties in interface JDBCEnvironmentBeanMBeanpublic void setJndiProperties(Hashtable jndiProperties)
jndiProperties - a Hashtable object containing JNDI context information.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||