Class AbstractMonitoringLifecycleStrategy

java.lang.Object
org.picocontainer.lifecycle.AbstractMonitoringLifecycleStrategy
All Implemented Interfaces:
Serializable, ComponentMonitorStrategy, LifecycleStrategy
Direct Known Subclasses:
JavaEE5LifecycleStrategy, ReflectionLifecycleStrategy, StartableLifecycleStrategy

public abstract class AbstractMonitoringLifecycleStrategy extends Object implements LifecycleStrategy, ComponentMonitorStrategy, Serializable
Abstract base class for lifecycle strategy implementation supporting a ComponentMonitor.
Author:
Jörg Schaible
See Also:
  • Constructor Details

    • AbstractMonitoringLifecycleStrategy

      public AbstractMonitoringLifecycleStrategy(ComponentMonitor monitor)
      Construct a AbstractMonitoringLifecycleStrategy.
      Parameters:
      monitor - the componentMonitor to use
      Throws:
      NullPointerException - if the monitor is null
  • Method Details