org.objectweb.jotm
Interface Terminator

All Superinterfaces:
Remote
All Known Implementing Classes:
ControlImpl

public interface Terminator
extends Remote

OTS-like Terminator

Version:
$Id: Terminator.java 1156 2011-06-08 13:58:41Z benoitf $
Author:
jmesnil
See Also:
OTS Terminator

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

Method Detail

commit

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

Parameters:
report_heuristics - true to report heuristics, false else
Throws:
RemoteException - if a remote exception occurs

rollback

void rollback()
              throws RemoteException
rollback the transaction.

Throws:
RemoteException - if a remote exception occurs


Copyright © 2005-2011 OW2 Consortium. All Rights Reserved.