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
before_completion
public void before_completion(Control ctrl)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
after_completion
public void after_completion(Control ctrl,
int s)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException