|
|||||||||
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.lang.String |
getPropertiesFile()
Returns the name of the properties file. |
void |
setIsolationLevel(int isolationLevel)
Sets the default transaction isolation level for database operations. |
void |
setPropertiesFile(java.lang.String propertiesFile)
Sets the name of the properties file. |
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 java.lang.String getPropertiesFile()
getPropertiesFile
in interface JDBCEnvironmentBeanMBean
public void setPropertiesFile(java.lang.String propertiesFile)
setPropertiesFile
in interface JDBCEnvironmentBeanMBean
propertiesFile
- the name of the properties file.public int getIsolationLevel()
getIsolationLevel
in interface JDBCEnvironmentBeanMBean
public void setIsolationLevel(int isolationLevel)
setIsolationLevel
in interface JDBCEnvironmentBeanMBean
isolationLevel
- the default connection isolation level.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |