org.objectweb.jotm

Interface Terminator

All Superinterfaces:
Remote
Known Implementing Classes:
ControlImpl

public interface Terminator
extends Remote

OTS-like Terminator

Version:
$Id: Terminator.java,v 1.7 2003/12/10 20:06:26 trentshue Exp $

Author:
jmesnil

See Also:
OTS Terminator

Method Summary

void
commit(boolean report_heuristics)
commit the transaction.
void
rollback()
rollback the transaction.

Method Details

commit

public void commit(boolean report_heuristics)
            throws RemoteException
commit the transaction.

Parameters:
report_heuristics - true to report heuristics, false else


rollback

public void rollback()
            throws RemoteException
rollback the transaction.