Package com.apama.net

Interface ConnectionConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DEFAULT_ADAPTER_PORT
      The default port number for connecting to an Adapter (16903).
      static int DEFAULT_ENGINE_PORT
      The default port number for connecting to a Correlator (15903).
      static java.lang.String DEFAULT_HOST
      The default host name for connecting to a Server (localhost).
      static int DEFAULT_PORT
      This is an alias for DEFAULT_ENGINE_PORT.
      static java.lang.String DEFAULT_PROCESS_NAME
      This is an alias for DEFAULT_ENGINE_PORT.
    • Field Detail

      • DEFAULT_HOST

        static final java.lang.String DEFAULT_HOST
        The default host name for connecting to a Server (localhost).
        See Also:
        Constant Field Values
      • DEFAULT_ENGINE_PORT

        static final int DEFAULT_ENGINE_PORT
        The default port number for connecting to a Correlator (15903).
      • DEFAULT_ADAPTER_PORT

        static final int DEFAULT_ADAPTER_PORT
        The default port number for connecting to an Adapter (16903).
      • DEFAULT_PORT

        static final int DEFAULT_PORT
        This is an alias for DEFAULT_ENGINE_PORT.
      • DEFAULT_PROCESS_NAME

        static final java.lang.String DEFAULT_PROCESS_NAME
        This is an alias for DEFAULT_ENGINE_PORT.
        See Also:
        Constant Field Values