org.acplt.oncrpc
Interface OncRpcConstants


public interface OncRpcConstants

A collection of constants generally usefull for ONC/RPC.


Field Summary
static int REMOTETEA_VERSION_MAJOR
          The current major version number of the Remote Tea Java library.
static int REMOTETEA_VERSION_MINOR
          The current minor version number of the Remote Tea Java library.
static int REMOTETEA_VERSION_PATCHLEVEL
          The current patch level of the Remote Tea Java library.
static int REMOTETEA_VERSION_PREVERSION
          The current preversion version number.
static java.lang.String REMOTETEA_VERSION_STRING
          The current version of the Remote Tea Java library as a string.
 

Field Detail

REMOTETEA_VERSION_STRING

static final java.lang.String REMOTETEA_VERSION_STRING
The current version of the Remote Tea Java library as a string.

See Also:
Constant Field Values

REMOTETEA_VERSION_MAJOR

static final int REMOTETEA_VERSION_MAJOR
The current major version number of the Remote Tea Java library.

See Also:
Constant Field Values

REMOTETEA_VERSION_MINOR

static final int REMOTETEA_VERSION_MINOR
The current minor version number of the Remote Tea Java library.

See Also:
Constant Field Values

REMOTETEA_VERSION_PATCHLEVEL

static final int REMOTETEA_VERSION_PATCHLEVEL
The current patch level of the Remote Tea Java library.

See Also:
Constant Field Values

REMOTETEA_VERSION_PREVERSION

static final int REMOTETEA_VERSION_PREVERSION
The current preversion version number. If not zero, then this indicates a preversion (no, not perversion... ooops, sorry).

See Also:
Constant Field Values