public class TxojEnvironmentBean extends Object implements TxojEnvironmentBeanMBean
| Constructor and Description |
|---|
TxojEnvironmentBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLockStoreDir()
Deprecated.
|
String |
getLockStoreType()
Returns the name of the lock store implementation.
|
String |
getMultipleLockStore()
Deprecated.
|
String |
getSingleLockStore()
Deprecated.
|
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)
Deprecated.
|
void |
setLockStoreType(String lockStoreType)
Sets the name of the lock store implementation.
|
void |
setMultipleLockStore(String multipleLockStore)
Deprecated.
|
void |
setSingleLockStore(String singleLockStore)
Deprecated.
|
@Deprecated public String getLockStoreDir()
getLockStoreDir in interface TxojEnvironmentBeanMBean@Deprecated public 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.@Deprecated public String getMultipleLockStore()
getMultipleLockStore in interface TxojEnvironmentBeanMBean@Deprecated public void setMultipleLockStore(String multipleLockStore)
multipleLockStore - the name of the multiple lock store implementation.@Deprecated public String getSingleLockStore()
getSingleLockStore in interface TxojEnvironmentBeanMBean@Deprecated public 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.Copyright © 2013 JBoss by Red Hat. All Rights Reserved.