|
||||||||||
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. All instances must also provide a no-arg constructor, which is reflectively
invoked in SlaveJVMRunner
.
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 quit() throws RemoteException
RemoteException
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. Also note that because of the GJ erasure
semantics, this can't have the type it, which is MasterRemoteRemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |