com.arjuna.wst.stub
Class CompletionStub

java.lang.Object
  extended bycom.arjuna.wst.stub.CompletionStub
All Implemented Interfaces:
CompletionCoordinatorParticipant

public class CompletionStub
extends java.lang.Object
implements CompletionCoordinatorParticipant


Constructor Summary
CompletionStub(java.lang.String id, com.arjuna.webservices.wsaddr.EndpointReferenceType completionCoordinator)
           
 
Method Summary
 void commit()
           
 void rollback()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompletionStub

public CompletionStub(java.lang.String id,
                      com.arjuna.webservices.wsaddr.EndpointReferenceType completionCoordinator)
               throws java.lang.Exception
Method Detail

commit

public void commit()
            throws TransactionRolledBackException,
                   UnknownTransactionException,
                   SystemException
Specified by:
commit in interface CompletionCoordinatorParticipant
Throws:
TransactionRolledBackException
UnknownTransactionException
SystemException

rollback

public void rollback()
              throws UnknownTransactionException,
                     SystemException
Specified by:
rollback in interface CompletionCoordinatorParticipant
Throws:
UnknownTransactionException
SystemException