public class RemoteConsole extends Object implements ConsoleInterface
| Constructor and Description |
|---|
RemoteConsole() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearErrors() |
List<Long> |
executionTimes() |
String |
getVersion() |
List<String> |
lastErrors() |
void |
resetCache() |
void |
setServerUrl(String serverUrl) |
public void resetCache()
throws Exception
resetCache in interface ConsoleInterfaceExceptionpublic List<Long> executionTimes() throws Exception
executionTimes in interface ConsoleInterfaceExceptionpublic List<String> lastErrors() throws Exception
lastErrors in interface ConsoleInterfaceExceptionpublic void clearErrors()
throws Exception
clearErrors in interface ConsoleInterfaceExceptionpublic String getVersion() throws Exception
getVersion in interface ConsoleInterfaceExceptionCopyright © 2015. All rights reserved.