com.clickntap.api
Class Console

java.lang.Object
  extended by com.clickntap.api.Console
All Implemented Interfaces:
ConsoleInterface

public class Console
extends Object
implements ConsoleInterface


Constructor Summary
Console()
           
 
Method Summary
 void clearErrors()
           
 List<Long> executionTimes()
           
 CacheManager getCacheManager()
           
 SmartApp getSmartApp()
           
 String getVersion()
           
 List<String> lastErrors()
           
 void resetCache()
           
 void setCacheManager(CacheManager cacheManager)
           
 void setSmartApp(SmartApp smartApp)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Console

public Console()
Method Detail

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.