com.clickntap.api
Class RemoteConsole

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

public class RemoteConsole
extends Object
implements ConsoleInterface


Constructor Summary
RemoteConsole()
           
 
Method Summary
 void clearErrors()
           
 List<Long> executionTimes()
           
 String getVersion()
           
 List<String> lastErrors()
           
 void resetCache()
           
 void setServerUrl(String serverUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteConsole

public RemoteConsole()
Method Detail

setServerUrl

public void setServerUrl(String serverUrl)
                  throws Exception
Throws:
Exception

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.