public class

Constants

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.client.floating.Constants

Class Overview

Constants used by the floating controller.

Reserved for internal use.

Summary

Constants
int ORDER_PING
int ORDER_PONG
int ORDER_RELEASE
int PROTOCOL_HTTP
int PROTOCOL_HTTPS
int RETCODE_BUILD_MISMATCH
int RETCODE_CLIENT_TOO_OLD As of JEB 2.3.5, this is no longer considered an error.
int RETCODE_GOOD
int RETCODE_NO_MORE_SEATS
int RETCODE_SERVER_ERROR Critical controller error
Public Constructors
Constants()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int ORDER_PING

Constant Value: 0 (0x00000000)

public static final int ORDER_PONG

Constant Value: 1 (0x00000001)

public static final int ORDER_RELEASE

Constant Value: 2 (0x00000002)

public static final int PROTOCOL_HTTP

Constant Value: 0 (0x00000000)

public static final int PROTOCOL_HTTPS

Constant Value: 1 (0x00000001)

public static final int RETCODE_BUILD_MISMATCH

Constant Value: 3 (0x00000003)

public static final int RETCODE_CLIENT_TOO_OLD

As of JEB 2.3.5, this is no longer considered an error.

Constant Value: 2 (0x00000002)

public static final int RETCODE_GOOD

Constant Value: 0 (0x00000000)

public static final int RETCODE_NO_MORE_SEATS

Constant Value: 1 (0x00000001)

public static final int RETCODE_SERVER_ERROR

Critical controller error

Constant Value: -1 (0xffffffff)

Public Constructors

public Constants ()