public interface PoolManager
| Modifier and Type | Method and Description |
|---|---|
String |
addAlgorithmToHost(Algorithm algo,
String host,
boolean test) |
String |
addAlgorithmToVRE(Algorithm algo,
String vre,
boolean test) |
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) |
String |
publishAlgorithm(String algorithmPackageURL,
String targetVREToken,
String targetVRE) |
String |
stageAlgorithm(String algorithmPackageURL) |
List<String> |
updateSVN(String file,
List<String> ldep) |
String addAlgorithmToVRE(Algorithm algo, String vre, boolean test) throws IOException, InterruptedException
IOExceptionInterruptedExceptionString addAlgorithmToHost(Algorithm algo, String host, boolean test) throws IOException, InterruptedException
IOExceptionInterruptedExceptionString stageAlgorithm(String algorithmPackageURL) throws IOException, InterruptedException
IOExceptionInterruptedExceptionString publishAlgorithm(String algorithmPackageURL, String targetVREToken, String targetVRE) 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.