com.clickntap.api
Interface ConsoleInterface

All Known Implementing Classes:
Console, RemoteConsole

public interface ConsoleInterface


Method Summary
 void clearErrors()
           
 List<Long> executionTimes()
           
 String getVersion()
           
 List<String> lastErrors()
           
 void resetCache()
           
 

Method Detail

resetCache

void resetCache()
                throws Exception
Throws:
Exception

executionTimes

List<Long> executionTimes()
                          throws Exception
Throws:
Exception

lastErrors

List<String> lastErrors()
                        throws Exception
Throws:
Exception

clearErrors

void clearErrors()
                 throws Exception
Throws:
Exception

getVersion

String getVersion()
                  throws Exception
Throws:
Exception


Copyright © 2014. All rights reserved.