Uses of Class
org.cafesip.gwtcomp.server.LiveDataSessionInfo

Packages that use LiveDataSessionInfo
org.cafesip.gwtcomp.server This package contains the server-side classes for the GWT componenets. 
 

Uses of LiveDataSessionInfo in org.cafesip.gwtcomp.server
 

Methods in org.cafesip.gwtcomp.server that return LiveDataSessionInfo
static LiveDataSessionInfo LiveDataSourceSession.getSession(int sessionId, HttpSession session)
           
 

Methods in org.cafesip.gwtcomp.server with parameters of type LiveDataSessionInfo
static int LiveDataSourceSession.addSession(LiveDataSessionInfo sessionData, HttpSession session)
           
 void SimpleLiveDataSource.close(Principal user, HttpSession session, LiveDataSessionInfo sessionData)
           
 void LiveDataSource.close(Principal user, HttpSession session, LiveDataSessionInfo sessionData)
          This method is invoked by the LiveDataServiceImpl servlet to information the data source that the session is closed.
 ChartInitData SimpleLiveDataSource.getChartInfoAndInitialData(Principal user, HttpSession session, LiveDataSessionInfo sessionData)
           
 ChartInitData LiveDataSource.getChartInfoAndInitialData(Principal user, HttpSession session, LiveDataSessionInfo sessionData)
          This method is invoked by the LiveDataServiceImpl servlet when the chart is intialized at the client-side.
 ChartData SimpleLiveDataSource.getNextData(Principal user, HttpSession session, LiveDataSessionInfo sessionData)
           
 ChartData LiveDataSource.getNextData(Principal user, HttpSession session, LiveDataSessionInfo sessionData)
          This method is invoked by the LiveDataServiceImpl servlet periodically to retrieve data that is used to refresh the live data panel.
 



Copyright © 2010 Cafesip.org. All Rights Reserved.