public class CallbackServer extends Object implements IBackendCallBackServer
| Modifier and Type | Field and Description |
|---|---|
static CallbackServer |
Instance |
| Constructor and Description |
|---|
CallbackServer() |
| Modifier and Type | Method and Description |
|---|---|
Guid |
BackendException(VdcActionType actionType,
VdcFault fault) |
void |
ClearQuery(Guid QueryId) |
AsyncQueryResults |
GetAsyncQueryResults(Guid[] queryIDs) |
void |
QueryDataChanged(Guid queryId,
IRegisterQueryUpdatedData updatedData) |
void |
QueryFailed(Guid queryId) |
void |
SearchQueryException(Guid queryId,
VdcQueryType queryType,
VdcFault fault)
Add fault search query to queue of async queries
|
public static final CallbackServer Instance
public void QueryDataChanged(Guid queryId, IRegisterQueryUpdatedData updatedData)
QueryDataChanged in interface IBackendCallBackServerpublic void QueryFailed(Guid queryId)
QueryFailed in interface IBackendCallBackServerpublic Guid BackendException(VdcActionType actionType, VdcFault fault)
BackendException in interface IBackendCallBackServerpublic void SearchQueryException(Guid queryId, VdcQueryType queryType, VdcFault fault)
IBackendCallBackServerSearchQueryException in interface IBackendCallBackServerqueryId - - guid of fault queryqueryType - - the type of queryfault - - the type of faultpublic AsyncQueryResults GetAsyncQueryResults(Guid[] queryIDs)
public void ClearQuery(Guid QueryId)
ClearQuery in interface IBackendCallBackServerCopyright © 2012. All Rights Reserved.