EDMConstants.ServerProperties



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 TypeField and Description
      static java.lang.StringcommunicationType
      communicationType - communication type for this server
      TCP, HTTP, LOCAL_DB,LOCAL_CONTEXT
      static java.lang.Stringhost
      host - name for the defined server
      static java.lang.StringhttpTunnelHostName
      HTTP tunnel: Name of the host , i.e.
      static java.lang.StringhttpTunnelName
      HTTP tunnel: path to the tunnel, i.e.
      static java.lang.StringhttpTunnelPortNumber
      HTTP tunnel: Name of the TCP port (if not 80), i.e.
      static java.lang.Stringport
      port - port for the defined server
      static java.lang.StringproxyServerName
      HTTP tunnel: optional name of proxy server at client side.
      static java.lang.StringproxyServerPortNumber
      HTTP tunnel: optional port number for proxy server at client side.
    • Constructor Summary

      Constructors 

      Constructor and Description
      ServerProperties() 
    • 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

      • 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()