Class Correlator

    • Constructor Detail

      • Correlator

        public Correlator()
    • Method Detail

      • init

        public void init()
        Initialization. Retrieves the Spring context for the correlator.
        Specified by:
        init in interface BaseOnmsMBean
      • start

        public void start()
        Start the correlator daemon.
        Specified by:
        start in interface BaseOnmsMBean
      • stop

        public void stop()
        Stop the correlator daemon.
        Specified by:
        stop in interface BaseOnmsMBean
      • getStatus

        public int getStatus()
        Get the current status of the correlator daemon.
        Specified by:
        getStatus in interface BaseOnmsMBean
        Returns:
        The integer constant from Fiber that represents the daemon's status.
      • getStatusText

        public String getStatusText()
        Get the current status of the correlator.
        Specified by:
        getStatusText in interface BaseOnmsMBean
        Returns:
        The status, as text.
      • status

        public String status()
        Get the current status of the correlator.
        Specified by:
        status in interface BaseOnmsMBean
        Returns:
        The status, as text.