|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.txbridge.ba.participant.CompensationNotifier
public class CompensationNotifier
CompensationNotifier is started by the participant. Its purpose is to inform the BA Transaction Manager that a given transaction needs to be compensated.
| Field Summary | |
|---|---|
private BATransactionManager |
btm
|
private java.lang.String |
txId
|
| Constructor Summary | |
|---|---|
CompensationNotifier(java.lang.String txId,
BATransactionManager btm)
|
|
| Method Summary | |
|---|---|
void |
run()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String txId
private BATransactionManager btm
| Constructor Detail |
|---|
public CompensationNotifier(java.lang.String txId,
BATransactionManager btm)
| Method Detail |
|---|
public void run()
run in interface java.lang.Runnable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||