Package edm.edom3

Class 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_CONTEXT
      static java.lang.String host
      host - name for the defined server
      static 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 server
      static 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • ServerProperties

        public ServerProperties()