edu.rice.cs.util.newjvm
Interface MasterRemote

All Superinterfaces:
Remote
All Known Subinterfaces:
IntegratedMasterSlaveTest.TestMasterRemote, MainJVMRemoteI
All Known Implementing Classes:
AbstractMasterJVM, IntegratedMasterSlaveTest.TestMasterJVM, MainJVM, NewJVMTest.TestJVMExtension

public interface MasterRemote
extends Remote

The remote interface for a master JVM.

Version:
$Id: MasterRemote.java 5175 2010-01-20 08:46:32Z mgricken $

Method Summary
 void checkStillAlive()
          No-op to prove that the master is still alive.
 

Method Detail

checkStillAlive

void checkStillAlive()
                     throws RemoteException
No-op to prove that the master is still alive.

Throws:
RemoteException