|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xenonsoft.bridgetown.aop.transaction.support.TransactionObject
An object that holds the state of a recorded global transaction and other information relevant to the transaction service manager. It contains the mutable transaction context.
| Constructor Summary | |
TransactionObject()
Default constructor |
|
| Method Summary | |
int |
decrementUsageCount()
Decrements the usageCount |
ITransactionConfig |
getSavedConfiguration()
Gets the saved transaction configuration |
int |
getUsageCount()
Gets the usageCount |
int |
incrementUsageCount()
Increments the usageCount |
boolean |
isSuspended()
Gets the suspended |
void |
setSavedConfiguration(ITransactionConfig savedConfiguration)
Sets the saved transaction configuration |
void |
setSuspended(boolean suspended)
Sets the suspended |
void |
setUsageCount(int usageCount)
Sets the usageCount |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TransactionObject()
| Method Detail |
public boolean isSuspended()
public void setSuspended(boolean suspended)
suspended - the new value for suspendedpublic int getUsageCount()
public void setUsageCount(int usageCount)
usageCount - the new value for usageCountpublic ITransactionConfig getSavedConfiguration()
public void setSavedConfiguration(ITransactionConfig savedConfiguration)
savedConfiguration - the new value for savedConfigurationpublic int incrementUsageCount()
public int decrementUsageCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||