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
IOException
InterruptedException
String addAlgorithmToHost(Algorithm algo, String host, boolean test) throws IOException, InterruptedException
IOException
InterruptedException
String stageAlgorithm(String algorithmPackageURL) throws IOException, InterruptedException
IOException
InterruptedException
String publishAlgorithm(String algorithmPackageURL, String targetVREToken, String targetVRE) throws IOException, InterruptedException
IOException
InterruptedException
Algorithm extractAlgorithm(String url) throws IOException
IOException
String getLogById(String logId) throws IOException
IOException
String getScriptFromURL(URL logId) throws IOException
IOException
URL 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.SVNException
IOException
Copyright © 2017. All Rights Reserved.