Class SystemState


  • public final class SystemState
    extends java.lang.Object
    Contains handy static method for getting the configured SystemStateMonitor. This monitor is generally configured via a spring bean in the admin-api-beans.xml file.
    • Constructor Detail

      • SystemState

        public SystemState()
    • Method Detail

      • instance

        public static SystemStateMonitor instance()
        Returns:
        the configured singleton SystemStateMonitor
      • setMonitor

        public static void setMonitor​(SystemStateMonitor sysMonitor)
        Sets the global system state monitor
        Parameters:
        sysMonitor -