com.arjuna.wst11.stub
Class CompletionRPCStub

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

public class CompletionRPCStub
extends Object
implements CompletionCoordinatorParticipant


Constructor Summary
CompletionRPCStub(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

CompletionRPCStub

public CompletionRPCStub(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 © 2011. All Rights Reserved.