All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arjuna.wst.BusinessActivityTerminator Maven / Gradle / Ivy

The newest version!
/*
   Copyright The Narayana Authors
   SPDX-License-Identifier: Apache-2.0
 */



package com.arjuna.wst;

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

public interface BusinessActivityTerminator
{

    public void close () throws TransactionRolledBackException, UnknownTransactionException, SystemException;
    
    public void cancel () throws FaultedException, UnknownTransactionException, SystemException;

    public void complete () throws FaultedException, UnknownTransactionException, SystemException;
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy