org.jboss.txbridge.ba.participant
Class CompletionNotifier

java.lang.Object
  extended by org.jboss.txbridge.ba.participant.CompletionNotifier
All Implemented Interfaces:
java.lang.Runnable

public class CompletionNotifier
extends java.lang.Object
implements java.lang.Runnable

CompletionNotifier is started by the participant. Its purpose is to inform the BA Transaction Manager that a given transaction should be completed.

Version:
0.1
Author:
Maciej P. Machulak (mmachulak@redhat.com)

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

txId

private java.lang.String txId

stm

private SingleTransactionManager stm
Constructor Detail

CompletionNotifier

public CompletionNotifier(java.lang.String txId,
                          SingleTransactionManager stm)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable