|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerInterface4Terminals
Method Summary | |
---|---|
void |
announceTerminalDown(java.lang.Long terminalId)
Announces that a terminal has shut down. |
java.lang.Long |
announceTerminalUp(Terminal terminalInfo)
Announces that a terminal is up and passes information about itself |
byte[] |
getFileData(java.lang.Long sharedFileId)
|
TerminalTask |
getTask(java.lang.Long terminalId)
Fetches a Task to process. |
java.util.List<SharedFile> |
listFiles()
List files to be compared with the locals and then updated for newer versions if needed. |
void |
setResult(TerminalTask executorTask)
Returns a Task with result, stdout and stderr listings inside. |
Method Detail |
---|
java.util.List<SharedFile> listFiles() throws java.rmi.RemoteException
java.rmi.RemoteException
byte[] getFileData(java.lang.Long sharedFileId) throws java.rmi.RemoteException
sharedFileId
-
java.rmi.RemoteException
TerminalTask getTask(java.lang.Long terminalId) throws java.rmi.RemoteException
Task
to process.
terminalId
-
java.rmi.RemoteException
void setResult(TerminalTask executorTask) throws java.rmi.RemoteException
Task
with result, stdout and stderr listings inside.
executorTask
-
java.rmi.RemoteException
java.lang.Long announceTerminalUp(Terminal terminalInfo) throws java.rmi.RemoteException
terminalInfo
-
java.rmi.RemoteException
void announceTerminalDown(java.lang.Long terminalId) throws java.rmi.RemoteException
terminalId
-
java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |