net.sf.gaeappmanager.google.appengine
Class Manager

java.lang.Object
  extended by net.sf.gaeappmanager.google.appengine.Manager

public class Manager
extends java.lang.Object

Google App Engine application manager.

Author:
Alois Belaska

Constructor Summary
Manager()
           
 
Method Summary
static QuotaDetails retrieveAppQuotaDetails(java.lang.String userid, java.lang.String password, java.lang.String source, java.lang.String application)
          Retrieve quota details of application deployed in Google App Engine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Manager

public Manager()
Method Detail

retrieveAppQuotaDetails

public static QuotaDetails retrieveAppQuotaDetails(java.lang.String userid,
                                                   java.lang.String password,
                                                   java.lang.String source,
                                                   java.lang.String application)
                                            throws java.lang.Exception
Retrieve quota details of application deployed in Google App Engine.

Parameters:
userid - full gmail address for user
password - gmail account password
source - name of application requesting quota details
application - appspot application name
Returns:
quota details of application
Throws:
java.lang.Exception - in case of failure


Copyright © 2009. All Rights Reserved.