org.sonar.api.web.gwt.client.webservices
Class SequentialQueries

java.lang.Object
  extended by org.sonar.api.web.gwt.client.webservices.Query<VoidResponse>
      extended by org.sonar.api.web.gwt.client.webservices.SequentialQueries

Deprecated. since 2.8. Use sonar-gwt-api instead.

@Deprecated
public class SequentialQueries
extends Query<VoidResponse>


Method Summary
<R extends ResponsePOJO>
SequentialQueries
add(Query<R> query, QueryCallBack<R> callback)
          Deprecated.  
 void execute(QueryCallBack<VoidResponse> callback)
          Deprecated.  
static SequentialQueries get()
          Deprecated.  
static SequentialQueries get(int sleepTimeBetweenCbChecks)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static SequentialQueries get()
Deprecated. 

get

public static SequentialQueries get(int sleepTimeBetweenCbChecks)
Deprecated. 

add

public <R extends ResponsePOJO> SequentialQueries add(Query<R> query,
                                                      QueryCallBack<R> callback)
Deprecated. 

execute

public void execute(QueryCallBack<VoidResponse> callback)
Deprecated. 
Specified by:
execute in class Query<VoidResponse>


Copyright © 2009-2011 SonarSource. All Rights Reserved.