edu.rice.cs.util.newjvm
Interface MasterRemote

All Superinterfaces:
Remote
All Known Subinterfaces:
IntegratedMasterSlaveTest.MasterI
All Known Implementing Classes:
AbstractMasterJVM

public interface MasterRemote
extends Remote

The remote interface for a master JVM.

Version:
$Id: MasterRemote.java,v 1.3 2002/04/14 16:41:52 brianstoler Exp $

Method Summary
 void checkStillAlive()
          No-op to prove that the master is still alive.
 void registerSlave(SlaveRemote slave)
          Registers a slave JVM.
 

Method Detail

registerSlave

public void registerSlave(SlaveRemote slave)
                   throws RemoteException
Registers a slave JVM. This method is called by the slave JVM after a connection is made.

checkStillAlive

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