| 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. |