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 IBackendCallBackServer
public void QueryFailed(Guid queryId)
QueryFailed
in interface IBackendCallBackServer
public Guid BackendException(VdcActionType actionType, VdcFault fault)
BackendException
in interface IBackendCallBackServer
public void SearchQueryException(Guid queryId, VdcQueryType queryType, VdcFault fault)
IBackendCallBackServer
SearchQueryException
in interface IBackendCallBackServer
queryId
- - guid of fault queryqueryType
- - the type of queryfault
- - the type of faultpublic AsyncQueryResults GetAsyncQueryResults(Guid[] queryIDs)
public void ClearQuery(Guid QueryId)
ClearQuery
in interface IBackendCallBackServer
Copyright © 2012. All Rights Reserved.