org.objectweb.jotm
Interface Coordinator
- Remote
- ControlImpl
public interface Coordinator
extends Remote
OTS-like Coordinator.
- jmesnil
OTS Coordinator
get_status
public int get_status()
throws RemoteException
- status
get_transaction_name
public String get_transaction_name()
throws RemoteException
- transaction name
is_same_transaction
public boolean is_same_transaction(Coordinator tc)
throws RemoteException
tc
- Coordinator
true
if transaction is the same than for
tc
register_synchronization
public void register_synchronization(RemoteSynchro sync)
throws RemoteException
sync
- RemoteSynnchro
rollback_only
public void rollback_only()
throws RemoteException