|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SlaveRemote
The remote interface for a slave JVM.
| Method Summary | |
|---|---|
void |
quit()
Quits the slave JVM. |
void |
start(MasterRemote master)
This method is called when the slave JVM is initialized. |
| Method Detail |
|---|
void start(MasterRemote master)
throws RemoteException
master - The remote link to the master JVM. Note that the implementation of the slave class will have to
downcast this reference to the correct master remote interface.
RemoteException
void quit()
throws RemoteException
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||