com.arjuna.wst11.stub
Class CompletionStub

java.lang.Object
  extended by com.arjuna.wst11.stub.CompletionStub
All Implemented Interfaces:
CompletionCoordinatorParticipant

public class CompletionStub
extends Object
implements CompletionCoordinatorParticipant


Constructor Summary
CompletionStub(String id, W3CEndpointReference 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(String id,
                      W3CEndpointReference completionCoordinator)
               throws Exception
Throws:
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


Copyright © 2012. All Rights Reserved.