public interface ClientNodeRemote extends Remote
| Modifier and Type | Method and Description |
|---|---|
void |
cancelCurrentSearch() |
void |
doCoverageAnalysis() |
void |
doDependencyAnalysis(String fileName) |
void |
printClassStatistics() |
void |
startNewSearch() |
boolean |
waitUntilFinished(long timeoutInMs) |
void startNewSearch()
throws RemoteException
RemoteExceptionvoid cancelCurrentSearch()
throws RemoteException
RemoteExceptionboolean waitUntilFinished(long timeoutInMs)
throws RemoteException,
InterruptedException
timeoutInMs - maximum amount of time we can wait for the client to finishtrue if client is finishedRemoteExceptionInterruptedExceptionvoid doCoverageAnalysis()
throws RemoteException
RemoteExceptionvoid doDependencyAnalysis(String fileName) throws RemoteException
RemoteExceptionvoid printClassStatistics()
throws RemoteException
RemoteExceptionCopyright © 2010–2017 EvoSuite. All rights reserved.