public class TxojEnvironmentBean extends java.lang.Object implements TxojEnvironmentBeanMBean
| Constructor and Description |
|---|
TxojEnvironmentBean() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public java.lang.String getLockStoreDir()
getLockStoreDir in interface TxojEnvironmentBeanMBeanpublic void setLockStoreDir(java.lang.String lockStoreDir)
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 TxojEnvironmentBeanMBeanpublic void setMultipleLockStore(java.lang.String multipleLockStore)
multipleLockStore - the name of the multiple lock store implementation.public java.lang.String getSingleLockStore()
getSingleLockStore in interface TxojEnvironmentBeanMBeanpublic void setSingleLockStore(java.lang.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.