public class JDBCEnvironmentBean extends Object implements JDBCEnvironmentBeanMBean
| Constructor and Description |
|---|
JDBCEnvironmentBean() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.Copyright © 2013. All Rights Reserved.