Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Interface djm.dynamic.Master

Implementing Classes:
MasterImpl

public abstract interface Master
extends java.rmi.Remote
Remote interface for a master.


Method Summary
java.lang.Object registerSlave(Slave slave)
           
java.lang.Object request(int type, java.lang.Object req)
           
java.lang.Object unregisterSlave(Slave slave)
           
 

Method Detail

registerSlave

public java.lang.Object registerSlave(Slave slave)
                              throws java.rmi.RemoteException

unregisterSlave

public java.lang.Object unregisterSlave(Slave slave)
                                throws java.rmi.RemoteException

request

public java.lang.Object request(int type,
                      java.lang.Object req)
                        throws java.rmi.RemoteException

Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD