|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.xenonsoft.bridgetown.aop.transaction.support.ParticipationEvent
Participation event for interested parties who have subscribe to the transaction manager notification processor.
NB: This is event is utterly different from the resource controller associated with each transaction object
| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ParticipationEvent(ITransactionContext transaction,
ITransactionServiceManager manager)
|
|
| Method Summary | |
ITransactionServiceManager |
getManager()
Gets the transaction service manager |
ITransactionContext |
getTransaction()
Gets the transaction context |
void |
setManager(ITransactionServiceManager manager)
Sets the transaction service manager |
void |
setTransaction(ITransactionContext transaction)
Sets the transaction context |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ParticipationEvent(ITransactionContext transaction,
ITransactionServiceManager manager)
transaction - manager - | Method Detail |
public ITransactionServiceManager getManager()
public void setManager(ITransactionServiceManager manager)
manager - the new value for managerpublic ITransactionContext getTransaction()
public void setTransaction(ITransactionContext transaction)
transaction - the new value for transaction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||