Class Housekeeper


  • public class Housekeeper
    extends java.lang.Object
    Schedules and executes needed tasks.
    • Constructor Detail

      • Housekeeper

        public Housekeeper​(ConfigurationManager configurationManager,
                           ConfigStore config,
                           org.opennms.integration.api.v1.runtime.RuntimeInfo runtimeInfo,
                           int intervalInSecondsForToken,
                           int intervalInSecondsForCert,
                           int intervalForSyncInSeconds)
      • Housekeeper

        public Housekeeper​(ConfigurationManager configurationManager,
                           ConfigStore config,
                           org.opennms.integration.api.v1.runtime.RuntimeInfo runtimeInfo)
    • Method Detail

      • init

        public void init()
      • destroy

        public void destroy()
      • renewToken

        public void renewToken()
      • renewCerts

        public void renewCerts()
                        throws java.security.cert.CertificateException
        Throws:
        java.security.cert.CertificateException
      • syncConfig

        public void syncConfig()