|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MasterRemote
The remote interface for a master JVM.
Method Summary | |
---|---|
void |
checkStillAlive()
No-op to prove that the master is still alive. |
void |
errorStartingSlave(Throwable cause)
Called if the slave JVM dies before it is able to register. |
void |
registerSlave(SlaveRemote slave)
Registers a slave JVM. |
Method Detail |
---|
void registerSlave(SlaveRemote slave) throws RemoteException
RemoteException
void checkStillAlive() throws RemoteException
RemoteException
void errorStartingSlave(Throwable cause) throws RemoteException
cause
- The Throwable which caused the slave to die.
RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |