com.arjuna.ats.arjuna.coordinator
Interface Reapable

All Known Implementing Classes:
TwoPhaseCoordinator

public interface Reapable

Since:
JTS 3.0.
Version:
$Id: Reapable.java 2342 2006-03-30 13:06:17Z $
Author:
Mark Little (mark@arjuna.com)

Method Summary
 int cancel()
           
 Uid get_uid()
           
 boolean preventCommit()
           
 boolean running()
           
 

Method Detail

running

public boolean running()

preventCommit

public boolean preventCommit()

cancel

public int cancel()

get_uid

public Uid get_uid()