org.objectweb.jonas_tm
Interface RemoteSynchro

All Superinterfaces:
java.rmi.Remote

public interface RemoteSynchro
extends java.rmi.Remote

This interface is not called "Synchronization" to avoid conflicts with javax.transaction.Synchronization

Author:
Philippe Durieux

Method Summary
 void after_completion(Control ctrl, int s)
           
 void before_completion(Control ctrl)
           
 

Method Detail

before_completion

public void before_completion(Control ctrl)
                       throws java.rmi.RemoteException

after_completion

public void after_completion(Control ctrl,
                             int s)
                      throws java.rmi.RemoteException