Class DefaultWbeHostManager.WbeCacheCleanerJob

    • Method Detail

      • execute

        public void execute​(JobExecutionContext context)
        Description copied from class: Job
        Executes the job with the specified execution context. The context carries the information that can be required by the job to fulfill its execution, like the job parameters.
        Specified by:
        execute in class Job
        Parameters:
        context - the context under which this job is executed.
      • init

        public void init()
                  throws Exception
        Description copied from interface: Initialization
        Initializes some resources required by the services or performs some initialization processes at Silverpeas startup.
        Specified by:
        init in interface Initialization
        Throws:
        Exception - if an error occurs during the initialization process. In this case the Silverpeas startup fails.