com.arjuna.wst
Interface BusinessActivityTerminator


public interface BusinessActivityTerminator

Not in the 1.1 specification. Supposed to use participant interface.


Method Summary
 void cancel()
           
 void close()
           
 void complete()
           
 

Method Detail

close

void close()
           throws TransactionRolledBackException,
                  UnknownTransactionException,
                  SystemException
Throws:
TransactionRolledBackException
UnknownTransactionException
SystemException

cancel

void cancel()
            throws FaultedException,
                   UnknownTransactionException,
                   SystemException
Throws:
FaultedException
UnknownTransactionException
SystemException

complete

void complete()
              throws FaultedException,
                     UnknownTransactionException,
                     SystemException
Throws:
FaultedException
UnknownTransactionException
SystemException