com.inmobi.conduit.visualization.client
Class DataServiceWrapper

java.lang.Object
  extended by com.inmobi.conduit.visualization.client.DataServiceWrapper

public class DataServiceWrapper
extends Object


Constructor Summary
DataServiceWrapper()
           
 
Method Summary
 void getStreamAndClusterList(com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
           
 com.google.gwt.http.client.Request getTierLatencyData(String clientJson, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
           
 com.google.gwt.http.client.Request getTimeLineData(String clientJson, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
           
 com.google.gwt.http.client.Request getTopologyData(String clientJson, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataServiceWrapper

public DataServiceWrapper()
Method Detail

getTopologyData

public com.google.gwt.http.client.Request getTopologyData(String clientJson,
                                                          com.google.gwt.user.client.rpc.AsyncCallback<String> callback)

getTierLatencyData

public com.google.gwt.http.client.Request getTierLatencyData(String clientJson,
                                                             com.google.gwt.user.client.rpc.AsyncCallback<String> callback)

getStreamAndClusterList

public void getStreamAndClusterList(com.google.gwt.user.client.rpc.AsyncCallback<String> callback)

getTimeLineData

public com.google.gwt.http.client.Request getTimeLineData(String clientJson,
                                                          com.google.gwt.user.client.rpc.AsyncCallback<String> callback)


Copyright © 2014 InMobi. All rights reserved.