org.yaz4j.jni
Interface yaz4jlibConstants

All Known Implementing Classes:
yaz4jlib

public interface yaz4jlibConstants


Field Summary
static int ZOOM_ERROR_CCL_CONFIG
           
static int ZOOM_ERROR_CCL_PARSE
           
static int ZOOM_ERROR_CONNECT
           
static int ZOOM_ERROR_CONNECTION_LOST
           
static int ZOOM_ERROR_CQL_PARSE
           
static int ZOOM_ERROR_CQL_TRANSFORM
           
static int ZOOM_ERROR_DECODE
           
static int ZOOM_ERROR_ENCODE
           
static int ZOOM_ERROR_INIT
           
static int ZOOM_ERROR_INTERNAL
           
static int ZOOM_ERROR_INVALID_QUERY
           
static int ZOOM_ERROR_MEMORY
           
static int ZOOM_ERROR_NONE
           
static int ZOOM_ERROR_TIMEOUT
           
static int ZOOM_ERROR_UNSUPPORTED_PROTOCOL
           
static int ZOOM_ERROR_UNSUPPORTED_QUERY
           
static int ZOOM_EVENT_CONNECT
           
static int ZOOM_EVENT_END
           
static int ZOOM_EVENT_MAX
           
static int ZOOM_EVENT_NONE
           
static int ZOOM_EVENT_RECV_APDU
           
static int ZOOM_EVENT_RECV_DATA
           
static int ZOOM_EVENT_RECV_RECORD
           
static int ZOOM_EVENT_RECV_SEARCH
           
static int ZOOM_EVENT_SEND_APDU
           
static int ZOOM_EVENT_SEND_DATA
           
static int ZOOM_EVENT_TIMEOUT
           
static int ZOOM_EVENT_UNKNOWN
           
static int ZOOM_SELECT_EXCEPT
           
static int ZOOM_SELECT_READ
           
static int ZOOM_SELECT_WRITE
           
 

Field Detail

ZOOM_ERROR_NONE

static final int ZOOM_ERROR_NONE
See Also:
Constant Field Values

ZOOM_ERROR_CONNECT

static final int ZOOM_ERROR_CONNECT
See Also:
Constant Field Values

ZOOM_ERROR_MEMORY

static final int ZOOM_ERROR_MEMORY
See Also:
Constant Field Values

ZOOM_ERROR_ENCODE

static final int ZOOM_ERROR_ENCODE
See Also:
Constant Field Values

ZOOM_ERROR_DECODE

static final int ZOOM_ERROR_DECODE
See Also:
Constant Field Values

ZOOM_ERROR_CONNECTION_LOST

static final int ZOOM_ERROR_CONNECTION_LOST
See Also:
Constant Field Values

ZOOM_ERROR_INIT

static final int ZOOM_ERROR_INIT
See Also:
Constant Field Values

ZOOM_ERROR_INTERNAL

static final int ZOOM_ERROR_INTERNAL
See Also:
Constant Field Values

ZOOM_ERROR_TIMEOUT

static final int ZOOM_ERROR_TIMEOUT
See Also:
Constant Field Values

ZOOM_ERROR_UNSUPPORTED_PROTOCOL

static final int ZOOM_ERROR_UNSUPPORTED_PROTOCOL
See Also:
Constant Field Values

ZOOM_ERROR_UNSUPPORTED_QUERY

static final int ZOOM_ERROR_UNSUPPORTED_QUERY
See Also:
Constant Field Values

ZOOM_ERROR_INVALID_QUERY

static final int ZOOM_ERROR_INVALID_QUERY
See Also:
Constant Field Values

ZOOM_ERROR_CQL_PARSE

static final int ZOOM_ERROR_CQL_PARSE
See Also:
Constant Field Values

ZOOM_ERROR_CQL_TRANSFORM

static final int ZOOM_ERROR_CQL_TRANSFORM
See Also:
Constant Field Values

ZOOM_ERROR_CCL_CONFIG

static final int ZOOM_ERROR_CCL_CONFIG
See Also:
Constant Field Values

ZOOM_ERROR_CCL_PARSE

static final int ZOOM_ERROR_CCL_PARSE
See Also:
Constant Field Values

ZOOM_EVENT_NONE

static final int ZOOM_EVENT_NONE
See Also:
Constant Field Values

ZOOM_EVENT_CONNECT

static final int ZOOM_EVENT_CONNECT
See Also:
Constant Field Values

ZOOM_EVENT_SEND_DATA

static final int ZOOM_EVENT_SEND_DATA
See Also:
Constant Field Values

ZOOM_EVENT_RECV_DATA

static final int ZOOM_EVENT_RECV_DATA
See Also:
Constant Field Values

ZOOM_EVENT_TIMEOUT

static final int ZOOM_EVENT_TIMEOUT
See Also:
Constant Field Values

ZOOM_EVENT_UNKNOWN

static final int ZOOM_EVENT_UNKNOWN
See Also:
Constant Field Values

ZOOM_EVENT_SEND_APDU

static final int ZOOM_EVENT_SEND_APDU
See Also:
Constant Field Values

ZOOM_EVENT_RECV_APDU

static final int ZOOM_EVENT_RECV_APDU
See Also:
Constant Field Values

ZOOM_EVENT_RECV_RECORD

static final int ZOOM_EVENT_RECV_RECORD
See Also:
Constant Field Values

ZOOM_EVENT_RECV_SEARCH

static final int ZOOM_EVENT_RECV_SEARCH
See Also:
Constant Field Values

ZOOM_EVENT_END

static final int ZOOM_EVENT_END
See Also:
Constant Field Values

ZOOM_EVENT_MAX

static final int ZOOM_EVENT_MAX
See Also:
Constant Field Values

ZOOM_SELECT_READ

static final int ZOOM_SELECT_READ
See Also:
Constant Field Values

ZOOM_SELECT_WRITE

static final int ZOOM_SELECT_WRITE
See Also:
Constant Field Values

ZOOM_SELECT_EXCEPT

static final int ZOOM_SELECT_EXCEPT
See Also:
Constant Field Values


Copyright © 2008-2010. All Rights Reserved.