com.partnersoft.io.net
Interface YonderConstants

All Known Implementing Classes:
YonderClient, YonderDaemon

public interface YonderConstants

Various constants used for Yonder conversations.

Author:
Paul Reavis Copyright 2004 Partner Software, Inc.

Field Summary
static int OP_CLOSE
           
static int OP_CONNECT
           
static int OP_DISCONNECT
           
static int OP_ERROR
           
static int OP_FETCH
           
static int OP_FETCHALL
           
static int OP_LIST
           
static int OP_NOK
           
static int OP_OK
           
static int OP_OPEN
           
static int YONDER_PORT
           
static int YONDER_VERSION
           
 

Field Detail

OP_ERROR

static final int OP_ERROR
See Also:
Constant Field Values

OP_OK

static final int OP_OK
See Also:
Constant Field Values

OP_NOK

static final int OP_NOK
See Also:
Constant Field Values

OP_CONNECT

static final int OP_CONNECT
See Also:
Constant Field Values

OP_DISCONNECT

static final int OP_DISCONNECT
See Also:
Constant Field Values

OP_OPEN

static final int OP_OPEN
See Also:
Constant Field Values

OP_CLOSE

static final int OP_CLOSE
See Also:
Constant Field Values

OP_FETCH

static final int OP_FETCH
See Also:
Constant Field Values

OP_FETCHALL

static final int OP_FETCHALL
See Also:
Constant Field Values

OP_LIST

static final int OP_LIST
See Also:
Constant Field Values

YONDER_VERSION

static final int YONDER_VERSION
See Also:
Constant Field Values

YONDER_PORT

static final int YONDER_PORT
See Also:
Constant Field Values