Class ConfiguringLifecycleProcessor

java.lang.Object
org.springframework.context.support.DefaultLifecycleProcessor
org.frankframework.lifecycle.ConfiguringLifecycleProcessor
All Implemented Interfaces:
ConfigurableLifecycle, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.Lifecycle, org.springframework.context.LifecycleProcessor

public class ConfiguringLifecycleProcessor extends org.springframework.context.support.DefaultLifecycleProcessor implements ConfigurableLifecycle
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Configure this component.

    Methods inherited from class org.springframework.context.support.DefaultLifecycleProcessor

    getLifecycleBeans, getPhase, isRunning, onClose, onRefresh, setBeanFactory, setTimeoutPerShutdownPhase, start, stop

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.context.Lifecycle

    isRunning, start, stop
  • Constructor Details

    • ConfiguringLifecycleProcessor

      public ConfiguringLifecycleProcessor()
  • Method Details