public interface PoolManager
| Modifier and Type | Method and Description |
|---|---|
String |
addAlgorithmToHost(Algorithm algo,
String host) |
String |
addAlgorithmToVRE(Algorithm algo,
String vre) |
void |
addAlgToIs(Algorithm algo) |
Algorithm |
extractAlgorithm(String url) |
Set<Algorithm> |
getAlgoFromIs() |
String |
getLogById(String logId) |
void |
getLogId(Algorithm algo,
String vre) |
String |
getScriptFromURL(URL logId) |
URL |
getURLfromWorkerLog(String logUrl) |
List<String> |
updateSVN(String file,
List<String> ldep) |
String addAlgorithmToVRE(Algorithm algo, String vre) throws IOException, InterruptedException
IOExceptionInterruptedExceptionString addAlgorithmToHost(Algorithm algo, String host) throws IOException, InterruptedException
IOExceptionInterruptedExceptionAlgorithm extractAlgorithm(String url) throws IOException
IOExceptionString getLogById(String logId) throws IOException
IOExceptionString getScriptFromURL(URL logId) throws IOException
IOExceptionURL getURLfromWorkerLog(String logUrl) throws MalformedURLException, UnknownHostException
void addAlgToIs(Algorithm algo)
List<String> updateSVN(String file, List<String> ldep) throws org.tmatesoft.svn.core.SVNException, IOException
org.tmatesoft.svn.core.SVNExceptionIOExceptionCopyright © 2017. All Rights Reserved.