com.esri.tracking.connector
Class Constants

java.lang.Object
  extended by com.esri.tracking.connector.Constants

public final class Constants
extends java.lang.Object

Class to hold Constants to be used for the connection and throught out an application.


Field Summary
static java.lang.String ARCIMS_HOSTNAME
           
static java.lang.String BUFFER_SIZE
          Used by MessageIOHandler
static java.lang.String CONNECTION_FACTORY_LISTENER
          the connection factory listener that referers to an instance of an implementation of the ConnectionFactoryListener interface.
static java.lang.String CONNECTION_STATE
          The connection initial state.
static java.lang.String DEF_ID_FIELD
          Constants used by various apps for identifying the names of common message properties
static java.lang.String GATEWAY
          "tracking.gateway", path to the client gateway.
static java.lang.String GATEWAY_DEF
          "/trackingserver/gateway", the default path to the client gateway.
static java.lang.String HOST
          "host", the tracking server host.
static java.lang.String HOST_DEF
          "localhost", the default Client Gateway host value (machine where tracking server resides).
static java.lang.String HTTP_PORT
          "http.port", the Client Gateway http port.
static int HTTP_PORT_DEF
          80, the default Client Gateway http port value.
static java.lang.String LAYER_NAME_FIELD
           
static java.lang.String LOGIN_TIMEOUT
          Property key name for tracking server login repsonse max wait time
static int LOGIN_TIMEOUT_DEFAULT
          Default property value for login response max wait time, in milliseconds
static java.lang.String MSG_FORMAT_REQUEST_TIMEOUT
           
static int MSG_FORMAT_REQUEST_TIMEOUT_DEFAULT
           
static java.lang.String MSG_TYPE_FIELD
           
static java.lang.String MSG_TYPE_OBJECT
           
static java.lang.String MSG_TYPE_OBSERVATION
           
static java.lang.String NOBODY
          "nobody", the default user name and password
static java.lang.String PROXY_HOST
          "proxy.host", the proxy host.
static java.lang.String PROXY_PASSWORD
          "proxy.password", the prox user password.
static java.lang.String PROXY_PORT
          "proxy.port", the proxy port.
static int PROXY_PORT_DEF
          81, the default proxy port value.
static java.lang.String PROXY_TYPE
          "proxy.type", the proxy type.
static java.lang.String PROXY_USERNAME
          "proxy.username", the proxy user name.
static java.lang.String SAX_PARSER
          Used for processing AXL requests and responses
static java.lang.String SAX_PARSER_DEFAULT
           
static java.lang.String SESSION_ID
           
static java.lang.String SOCK_PORT
          "sock.port", the Client Gateway socket port.
static int SOCK_PORT_DEF
          5506, the default Client Gateway socket port value.
static java.lang.String TRACKING_PASSWORD
           
static java.lang.String TRACKING_USERNAME
          Property key name for tracking server username and password values
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ARCIMS_HOSTNAME

public static final java.lang.String ARCIMS_HOSTNAME
See Also:
Constant Field Values

BUFFER_SIZE

public static final java.lang.String BUFFER_SIZE
Used by MessageIOHandler

See Also:
Constant Field Values

CONNECTION_FACTORY_LISTENER

public static final java.lang.String CONNECTION_FACTORY_LISTENER
the connection factory listener that referers to an instance of an implementation of the ConnectionFactoryListener interface.

See Also:
Constant Field Values

CONNECTION_STATE

public static final java.lang.String CONNECTION_STATE
The connection initial state. 0-direct, 1-http, 2-proxy

See Also:
Constant Field Values

DEF_ID_FIELD

public static final java.lang.String DEF_ID_FIELD
Constants used by various apps for identifying the names of common message properties

See Also:
Constant Field Values

GATEWAY

public static final java.lang.String GATEWAY
"tracking.gateway", path to the client gateway.

See Also:
Constant Field Values

GATEWAY_DEF

public static final java.lang.String GATEWAY_DEF
"/trackingserver/gateway", the default path to the client gateway.

See Also:
Constant Field Values

HOST

public static final java.lang.String HOST
"host", the tracking server host.

See Also:
Constant Field Values

HOST_DEF

public static final java.lang.String HOST_DEF
"localhost", the default Client Gateway host value (machine where tracking server resides).

See Also:
Constant Field Values

HTTP_PORT

public static final java.lang.String HTTP_PORT
"http.port", the Client Gateway http port.

See Also:
Constant Field Values

HTTP_PORT_DEF

public static final int HTTP_PORT_DEF
80, the default Client Gateway http port value.

See Also:
Constant Field Values

LAYER_NAME_FIELD

public static final java.lang.String LAYER_NAME_FIELD
See Also:
Constant Field Values

LOGIN_TIMEOUT

public static final java.lang.String LOGIN_TIMEOUT
Property key name for tracking server login repsonse max wait time

See Also:
Constant Field Values

LOGIN_TIMEOUT_DEFAULT

public static final int LOGIN_TIMEOUT_DEFAULT
Default property value for login response max wait time, in milliseconds

See Also:
Constant Field Values

MSG_FORMAT_REQUEST_TIMEOUT

public static final java.lang.String MSG_FORMAT_REQUEST_TIMEOUT
See Also:
Constant Field Values

MSG_FORMAT_REQUEST_TIMEOUT_DEFAULT

public static final int MSG_FORMAT_REQUEST_TIMEOUT_DEFAULT
See Also:
Constant Field Values

MSG_TYPE_FIELD

public static final java.lang.String MSG_TYPE_FIELD
See Also:
Constant Field Values

MSG_TYPE_OBJECT

public static final java.lang.String MSG_TYPE_OBJECT
See Also:
Constant Field Values

MSG_TYPE_OBSERVATION

public static final java.lang.String MSG_TYPE_OBSERVATION
See Also:
Constant Field Values

NOBODY

public static final java.lang.String NOBODY
"nobody", the default user name and password

See Also:
Constant Field Values

PROXY_HOST

public static final java.lang.String PROXY_HOST
"proxy.host", the proxy host.

See Also:
Constant Field Values

PROXY_PASSWORD

public static final java.lang.String PROXY_PASSWORD
"proxy.password", the prox user password.

See Also:
Constant Field Values

PROXY_PORT

public static final java.lang.String PROXY_PORT
"proxy.port", the proxy port.

See Also:
Constant Field Values

PROXY_PORT_DEF

public static final int PROXY_PORT_DEF
81, the default proxy port value.

See Also:
Constant Field Values

PROXY_TYPE

public static final java.lang.String PROXY_TYPE
"proxy.type", the proxy type.

See Also:
Constant Field Values

PROXY_USERNAME

public static final java.lang.String PROXY_USERNAME
"proxy.username", the proxy user name.

See Also:
Constant Field Values

SAX_PARSER

public static final java.lang.String SAX_PARSER
Used for processing AXL requests and responses

See Also:
Constant Field Values

SAX_PARSER_DEFAULT

public static final java.lang.String SAX_PARSER_DEFAULT
See Also:
Constant Field Values

SESSION_ID

public static final java.lang.String SESSION_ID
See Also:
Constant Field Values

SOCK_PORT

public static final java.lang.String SOCK_PORT
"sock.port", the Client Gateway socket port.

See Also:
Constant Field Values

SOCK_PORT_DEF

public static final int SOCK_PORT_DEF
5506, the default Client Gateway socket port value.

See Also:
Constant Field Values

TRACKING_PASSWORD

public static final java.lang.String TRACKING_PASSWORD
See Also:
Constant Field Values

TRACKING_USERNAME

public static final java.lang.String TRACKING_USERNAME
Property key name for tracking server username and password values

See Also:
Constant Field Values