|
|||||||||
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 | |
---|---|
java.lang.String |
getLockStoreDir()
Returns the directory path used for storing persistent locks. |
java.lang.String |
getLockStoreType()
Returns the name of the lock store implementation. |
java.lang.String |
getMultipleLockStore()
Returns the name of the multiple lock store implementation. |
java.lang.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(java.lang.String lockStoreDir)
Sets the directory path to be used for storing persistent locks. |
void |
setLockStoreType(java.lang.String lockStoreType)
Sets the name of the lock store implementation. |
void |
setMultipleLockStore(java.lang.String multipleLockStore)
Sets the name of the multiple lock store implementation. |
void |
setSingleLockStore(java.lang.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 java.lang.String getLockStoreDir()
getLockStoreDir
in interface TxojEnvironmentBeanMBean
public void setLockStoreDir(java.lang.String lockStoreDir)
setLockStoreDir
in interface TxojEnvironmentBeanMBean
lockStoreDir
- the path to the lock directory.public java.lang.String getLockStoreType()
public void setLockStoreType(java.lang.String lockStoreType)
lockStoreType
- the name of the lock store implementation.public java.lang.String getMultipleLockStore()
getMultipleLockStore
in interface TxojEnvironmentBeanMBean
public void setMultipleLockStore(java.lang.String multipleLockStore)
setMultipleLockStore
in interface TxojEnvironmentBeanMBean
multipleLockStore
- the name of the multiple lock store implementation.public java.lang.String getSingleLockStore()
getSingleLockStore
in interface TxojEnvironmentBeanMBean
public void setSingleLockStore(java.lang.String singleLockStore)
setSingleLockStore
in interface TxojEnvironmentBeanMBean
singleLockStore
- the name of the single lock store implementation.public boolean isAllowNestedLocking()
isAllowNestedLocking
in interface TxojEnvironmentBeanMBean
public void setAllowNestedLocking(boolean allowNestedLocking)
setAllowNestedLocking
in interface TxojEnvironmentBeanMBean
allowNestedLocking
- true to enable, false to disable.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |