com.clickntap.api
Class Console
java.lang.Object
com.clickntap.api.Console
- All Implemented Interfaces:
- ConsoleInterface
public class Console
- extends Object
- implements ConsoleInterface
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Console
public Console()
setVersion
public void setVersion(String version)
getCacheManager
public CacheManager getCacheManager()
setCacheManager
public void setCacheManager(CacheManager cacheManager)
getSmartApp
public SmartApp getSmartApp()
setSmartApp
public void setSmartApp(SmartApp smartApp)
resetCache
public void resetCache()
throws Exception
- Specified by:
resetCache in interface ConsoleInterface
- Throws:
Exception
executionTimes
public List<Long> executionTimes()
throws Exception
- Specified by:
executionTimes in interface ConsoleInterface
- Throws:
Exception
lastErrors
public List<String> lastErrors()
throws Exception
- Specified by:
lastErrors in interface ConsoleInterface
- Throws:
Exception
clearErrors
public void clearErrors()
throws Exception
- Specified by:
clearErrors in interface ConsoleInterface
- Throws:
Exception
getVersion
public String getVersion()
throws Exception
- Specified by:
getVersion in interface ConsoleInterface
- Throws:
Exception
Copyright © 2014. All rights reserved.