Class StatusReportGenerator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void beforeUnregister()
      Method called before bean unregister.
      void initialize()
      Method will be called, when bean will be created, configured and ready to use.
      void writeServerStatusFile()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StatusReportGenerator

        public StatusReportGenerator()
    • Method Detail

      • initialize

        public void initialize()
        Description copied from interface: Initializable
        Method will be called, when bean will be created, configured and ready to use.
        Specified by:
        initialize in interface Initializable
      • writeServerStatusFile

        public void writeServerStatusFile()