public class CallBackData extends Object
Modifier and Type | Field and Description |
---|---|
AtomicInteger |
RefreshCyclesWithoutPolling |
Constructor and Description |
---|
CallBackData(IBackendCallBackServer callBack,
String sessionId) |
Modifier and Type | Method and Description |
---|---|
boolean |
compareAndSetDuringRefresh() |
IBackendCallBackServer |
getCallback() |
int |
getQueriesCount() |
Guid[] |
getQueryIDs() |
String |
getSessionId() |
void |
RefreshQueries() |
void |
RegisterQuery(Guid QueryId,
QueryData queryData) |
void |
resetDuringRefresh() |
void |
UnregisterQuery(Guid queryID) |
public AtomicInteger RefreshCyclesWithoutPolling
public CallBackData(IBackendCallBackServer callBack, String sessionId)
public void UnregisterQuery(Guid queryID)
public void RefreshQueries()
public String getSessionId()
public int getQueriesCount()
public IBackendCallBackServer getCallback()
public Guid[] getQueryIDs()
public void resetDuringRefresh()
public boolean compareAndSetDuringRefresh()
Copyright © 2012. All Rights Reserved.