org.objectweb.jotm
Interface RemoteSynchro

All Superinterfaces:
java.rmi.Remote

public interface RemoteSynchro
extends java.rmi.Remote


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

Method Detail

before_completion

void before_completion(Control ctrl)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

after_completion

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