com.google.api.adwords.lib
Class ServiceAccountant

java.lang.Object
  extended by com.google.api.adwords.lib.ServiceAccountant

public final class ServiceAccountant
extends java.lang.Object

Helper class used to track the time and operations spent on the server for each call. Implementations of AdWordsService can delegate that interface's calls to this object.


Constructor Summary
ServiceAccountant(org.apache.axis.client.Stub stub)
           
 
Method Summary
 void decodeHeaders()
          Fetches the response headers out of the underlying Stub and extracts the operation count and response time.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceAccountant

public ServiceAccountant(org.apache.axis.client.Stub stub)
Method Detail

decodeHeaders

public void decodeHeaders()
Fetches the response headers out of the underlying Stub and extracts the operation count and response time.



Copyright © 2005 Google Corp. All Rights Reserved.