public interface

LifecycleProcessor

implements Lifecycle
org.springframework.context.LifecycleProcessor
Known Indirect Subclasses

Class Overview

Strategy interface for processing Lifecycle beans within the ApplicationContext.

Summary

Public Methods
abstract void onClose()
Notification of context close phase, e.g.
abstract void onRefresh()
Notification of context refresh, e.g.
[Expand]
Inherited Methods
From interface org.springframework.context.Lifecycle

Public Methods

public abstract void onClose ()

Notification of context close phase, e.g. for auto-stopping components.

public abstract void onRefresh ()

Notification of context refresh, e.g. for auto-starting components.