|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Server2Computer
Interface for the Server to communicate with the Computer
Method Summary | |
---|---|
void |
registerListener(RemoteListener remoteListener)
registers a listener on a computer |
void |
resetQueue()
Resets the adaptive queue on the computer. |
void |
stop()
Stops the computers |
void |
updateShared(Shared shared)
send a shared update to the computer |
Method Detail |
---|
void updateShared(Shared shared) throws java.rmi.RemoteException
shared
- the new shared object
java.rmi.RemoteException
- RMI Exceptionvoid registerListener(RemoteListener remoteListener) throws java.rmi.RemoteException
remoteListener
- the listener to register
java.rmi.RemoteException
- RMI Exceptionvoid stop() throws java.rmi.RemoteException
java.rmi.RemoteException
- RMI Exceptionvoid resetQueue() throws java.rmi.RemoteException
java.rmi.RemoteException
- RMI Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |