The SUMO toolbox
2018a
|
This class will poll for result files (files with doubles) through ssh on a remote machine. More...
Public Member Functions | |
SSHResultPoller (SSHWrapper ssh, String directory, String mask) | |
boolean | isPolling () |
void | stopPolling () |
void | run () |
void | addListener (JobFinishedEventListener list) |
void | removeListener (JobFinishedEventListener list) |
void | setInterval (int sec) |
int | getInterval () |
String | getMask () |
void | setMask (String mask) |
Poll for files whose name match this mask. More... | |
String | getLocation () |
Protected Member Functions | |
void | sendEvent (JobEvent event) |
This class will poll for result files (files with doubles) through ssh on a remote machine.
Once read the files will be removed.
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inlineinherited |
|
inline |
|
inlineprotectedinherited |
|
inlineinherited |
|
inlineinherited |
Poll for files whose name match this mask.
mask |
|
inline |