Class CasConfigurationWatchService

java.lang.Object
org.apereo.cas.configuration.CasConfigurationWatchService
All Implemented Interfaces:
Closeable, AutoCloseable, org.apereo.cas.util.spring.CasEventListener, org.springframework.beans.factory.InitializingBean

public class CasConfigurationWatchService extends Object implements Closeable, org.apereo.cas.util.spring.CasEventListener, org.springframework.beans.factory.InitializingBean
Since:
6.0.0
  • Constructor Details

    • CasConfigurationWatchService

      public CasConfigurationWatchService()
  • Method Details

    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
    • initialize

      public void initialize()
      Initialize.
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception