Class Correlator

    • Constructor Summary

      Constructors 
      Constructor Description
      Correlator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getStatus()
      Get the current status of the correlator daemon.
      java.lang.String getStatusText()
      Get the current status of the correlator.
      void init()
      Initialization.
      void start()
      Start the correlator daemon.
      java.lang.String status()
      Get the current status of the correlator.
      void stop()
      Stop the correlator daemon.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 java.lang.String getStatusText()
        Get the current status of the correlator.
        Specified by:
        getStatusText in interface BaseOnmsMBean
        Returns:
        The status, as text.
      • status

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