gistoolkit.datasources.terraserver
Class TerraserverPerformanceLog

java.lang.Object
  extended bygistoolkit.datasources.terraserver.TerraserverPerformanceLog

public class TerraserverPerformanceLog
extends java.lang.Object

Class to keep track of performance statistics for the TerraserverDataSource.


Constructor Summary
TerraserverPerformanceLog(java.lang.StringBuffer inStringBuffer)
          Creates a new instance of TerraserverPerformanceLog
 
Method Summary
 void end()
           
 void log(java.lang.String inString)
          Logs a message.
 void readFromDisk(long inTime)
           
 void readFromServer(long inTime)
           
 java.lang.String toString()
          Get the return.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TerraserverPerformanceLog

public TerraserverPerformanceLog(java.lang.StringBuffer inStringBuffer)
Creates a new instance of TerraserverPerformanceLog

Method Detail

readFromDisk

public void readFromDisk(long inTime)

readFromServer

public void readFromServer(long inTime)

end

public void end()

log

public void log(java.lang.String inString)
Logs a message.


toString

public java.lang.String toString()
Get the return.