Package edm.edom3
Class EDMConstants.ServerProperties
- java.lang.Object
-
- edm.edom3.EDMConstants.ServerProperties
-
- Enclosing interface:
- EDMConstants
public static class EDMConstants.ServerProperties extends java.lang.Object
Property names for EDMServer.- See Also:
EDMServer
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
communicationType
communicationType - communication type for this server
TCP, HTTP, LOCAL_DB,LOCAL_CONTEXTstatic java.lang.String
host
host - name for the defined serverstatic java.lang.String
httpTunnelHostName
HTTP tunnel: Name of the host , i.e.static java.lang.String
httpTunnelName
HTTP tunnel: path to the tunnel, i.e.static java.lang.String
httpTunnelPortNumber
HTTP tunnel: Name of the TCP port (if not 80), i.e.static java.lang.String
port
port - port for the defined serverstatic java.lang.String
proxyServerName
HTTP tunnel: optional name of proxy server at client side.static java.lang.String
proxyServerPortNumber
HTTP tunnel: optional port number for proxy server at client side.
-
Constructor Summary
Constructors Constructor Description ServerProperties()
-
-
-
Field Detail
-
host
public static final java.lang.String host
host - name for the defined server- See Also:
- Constant Field Values
-
port
public static final java.lang.String port
port - port for the defined server- See Also:
- Constant Field Values
-
communicationType
public static final java.lang.String communicationType
communicationType - communication type for this server
TCP, HTTP, LOCAL_DB,LOCAL_CONTEXT- See Also:
- Constant Field Values
-
httpTunnelName
public static final java.lang.String httpTunnelName
HTTP tunnel: path to the tunnel, i.e. "servlets/HttpTunnelServlet" if tunnel is available at "http://www.myserver.com:9999/servlets/HttpTunnelServlet.- See Also:
- Constant Field Values
-
httpTunnelPortNumber
public static final java.lang.String httpTunnelPortNumber
HTTP tunnel: Name of the TCP port (if not 80), i.e. "9999" if tunnel is available at "http://www.myserver.com:9999/servlets/HttpTunnelServlet.- See Also:
- Constant Field Values
-
httpTunnelHostName
public static final java.lang.String httpTunnelHostName
HTTP tunnel: Name of the host , i.e. "www.myserver.com" if tunnel is available at "http://www.myserver.com:9999/servlets/HttpTunnelServlet.- See Also:
- Constant Field Values
-
proxyServerPortNumber
public static final java.lang.String proxyServerPortNumber
HTTP tunnel: optional port number for proxy server at client side.- See Also:
- Constant Field Values
-
proxyServerName
public static final java.lang.String proxyServerName
HTTP tunnel: optional name of proxy server at client side.- See Also:
- Constant Field Values
-
-