org.cafesip.gwtcomp.client.common
Interface LiveDataService

All Superinterfaces:
RemoteService
All Known Implementing Classes:
LiveDataServiceImpl

public interface LiveDataService
extends RemoteService

RPC interface for the org.cafesip.gwtcomp.client.ui.charting.LiveDataService component. This is an internal internal and your application will never need to use this class directly.

Author:
Amit Chatterjee

Nested Class Summary
static class LiveDataService.Util
          Utility class for simplifying access to the instance of async service.
 
Method Summary
 void cancel(int sessionId)
           
 ChartInitData getChartInfoAndInitialData(String identifier, String instance, String param)
           
 ChartData getNextData(int sessionId)
           
 

Method Detail

getChartInfoAndInitialData

ChartInitData getChartInfoAndInitialData(String identifier,
                                         String instance,
                                         String param)

getNextData

ChartData getNextData(int sessionId)

cancel

void cancel(int sessionId)


Copyright © 2010 Cafesip.org. All Rights Reserved.