|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.tracking.connector.Constants
public final class Constants
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 |
---|
public static final java.lang.String ARCIMS_HOSTNAME
public static final java.lang.String BUFFER_SIZE
public static final java.lang.String CONNECTION_FACTORY_LISTENER
public static final java.lang.String CONNECTION_STATE
public static final java.lang.String DEF_ID_FIELD
public static final java.lang.String GATEWAY
public static final java.lang.String GATEWAY_DEF
public static final java.lang.String HOST
public static final java.lang.String HOST_DEF
public static final java.lang.String HTTP_PORT
public static final int HTTP_PORT_DEF
public static final java.lang.String LAYER_NAME_FIELD
public static final java.lang.String LOGIN_TIMEOUT
public static final int LOGIN_TIMEOUT_DEFAULT
public static final java.lang.String MSG_FORMAT_REQUEST_TIMEOUT
public static final int MSG_FORMAT_REQUEST_TIMEOUT_DEFAULT
public static final java.lang.String MSG_TYPE_FIELD
public static final java.lang.String MSG_TYPE_OBJECT
public static final java.lang.String MSG_TYPE_OBSERVATION
public static final java.lang.String NOBODY
public static final java.lang.String PROXY_HOST
public static final java.lang.String PROXY_PASSWORD
public static final java.lang.String PROXY_PORT
public static final int PROXY_PORT_DEF
public static final java.lang.String PROXY_TYPE
public static final java.lang.String PROXY_USERNAME
public static final java.lang.String SAX_PARSER
public static final java.lang.String SAX_PARSER_DEFAULT
public static final java.lang.String SESSION_ID
public static final java.lang.String SOCK_PORT
public static final int SOCK_PORT_DEF
public static final java.lang.String TRACKING_PASSWORD
public static final java.lang.String TRACKING_USERNAME
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |