p2p.simulator.utils
Interface ExecutionBarrier

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
ExecutionBarrierImpl

public interface ExecutionBarrier
extends java.rmi.Remote


Method Summary
 void disable()
           
 void enable()
           
 boolean isEnabled()
           
 

Method Detail

enable

void enable()
            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

disable

void disable()
             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

isEnabled

boolean isEnabled()
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException