|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.txbridge.ba.participant.CompletionNotifier
public class CompletionNotifier
CompletionNotifier is started by the participant. Its purpose is to inform the BA Transaction Manager that a given transaction should be completed.
| Field Summary | |
|---|---|
private SingleTransactionManager |
stm
|
private java.lang.String |
txId
|
| Constructor Summary | |
|---|---|
CompletionNotifier(java.lang.String txId,
SingleTransactionManager stm)
|
|
| 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 SingleTransactionManager stm
| Constructor Detail |
|---|
public CompletionNotifier(java.lang.String txId,
SingleTransactionManager stm)
| 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 | ||||||||