|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.arjuna.ats.txoj.common.TxojEnvironmentBean
public class TxojEnvironmentBean
A JavaBean containing configuration properties for the transactional object system.
| Constructor Summary | |
|---|---|
TxojEnvironmentBean()
|
|
| Method Summary | |
|---|---|
String |
getLockStoreDir()
Returns the directory path used for storing persistent locks. |
String |
getLockStoreType()
Returns the name of the lock store implementation. |
String |
getMultipleLockStore()
Returns the name of the multiple lock store implementation. |
String |
getSingleLockStore()
Sets the name of the single lock store implementation. |
boolean |
isAllowNestedLocking()
Returns if nested locking is allowed or not. |
void |
setAllowNestedLocking(boolean allowNestedLocking)
Sets if nested locking is allowed or not. |
void |
setLockStoreDir(String lockStoreDir)
Sets the directory path to be used for storing persistent locks. |
void |
setLockStoreType(String lockStoreType)
Sets the name of the lock store implementation. |
void |
setMultipleLockStore(String multipleLockStore)
Sets the name of the multiple lock store implementation. |
void |
setSingleLockStore(String singleLockStore)
Sets the name of the single lock store implementation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TxojEnvironmentBean()
| Method Detail |
|---|
public String getLockStoreDir()
getLockStoreDir in interface TxojEnvironmentBeanMBeanpublic void setLockStoreDir(String lockStoreDir)
lockStoreDir - the path to the lock directory.public String getLockStoreType()
public void setLockStoreType(String lockStoreType)
lockStoreType - the name of the lock store implementation.public String getMultipleLockStore()
getMultipleLockStore in interface TxojEnvironmentBeanMBeanpublic void setMultipleLockStore(String multipleLockStore)
multipleLockStore - the name of the multiple lock store implementation.public String getSingleLockStore()
getSingleLockStore in interface TxojEnvironmentBeanMBeanpublic void setSingleLockStore(String singleLockStore)
singleLockStore - the name of the single lock store implementation.public boolean isAllowNestedLocking()
isAllowNestedLocking in interface TxojEnvironmentBeanMBeanpublic void setAllowNestedLocking(boolean allowNestedLocking)
allowNestedLocking - true to enable, false to disable.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||