Uses of Class
messif.operations.OperationErrorCode

Packages that use OperationErrorCode
messif.operations Generic classes for data manipulatioin and querying operations. 
 

Uses of OperationErrorCode in messif.operations
 

Fields in messif.operations declared as OperationErrorCode
static OperationErrorCode OperationErrorCode.EMPTY_ANSWER
          Empty answer returned.
static OperationErrorCode OperationErrorCode.HAS_NEXT
          Response to a query has not been returned completely, i.e. the same operation should be called again.
static OperationErrorCode OperationErrorCode.RESPONSE_RETURNED
          Response to a query has been returned, i.e. the query finished successfully.