org.cafesip.gwtcomp.server
Class LiveDataServiceImpl
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
com.google.gwt.user.server.rpc.RemoteServiceServlet
org.cafesip.gwtcomp.server.LiveDataServiceImpl
- All Implemented Interfaces:
- RemoteService, SerializationPolicyProvider, Serializable, Servlet, ServletConfig, LiveDataService
public class LiveDataServiceImpl
- extends RemoteServiceServlet
- implements LiveDataService
A GWT servlet for handling the server-side RPC functions needed by the
LiveDataPanel to display and
refresh data dynamically. This class must be added to the web.xml of your
application as explained in the documentation for the LiveDataPanel.
- Author:
- Amit Chatterjee
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LiveDataServiceImpl
public LiveDataServiceImpl()
init
public void init(ServletConfig config)
throws ServletException
- Specified by:
init in interface Servlet- Overrides:
init in class GenericServlet
- Throws:
ServletException
getChartInfoAndInitialData
public ChartInitData getChartInfoAndInitialData(String context,
String instance,
String param)
- Specified by:
getChartInfoAndInitialData in interface LiveDataService
getNextData
public ChartData getNextData(int sessionId)
- Specified by:
getNextData in interface LiveDataService
cancel
public void cancel(int sessionId)
- Specified by:
cancel in interface LiveDataService
Copyright © 2010 Cafesip.org. All Rights Reserved.