Java org.springframework.context SmartLifecycle fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.context SmartLifecycle fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.context SmartLifecycle.

The text is from its open source code.

Implementation

org.springframework.context.SmartLifecycle has the following implementations.
Click this link to see all its implementation.

Method

intgetPhase()
Return the phase that this lifecycle object is supposed to run in.
booleanisAutoStartup()
Returns true if this Lifecycle component should get started automatically by the container at the time that the containing ApplicationContext gets refreshed.
voidstart()
Start this component.
voidstop()
Stop this component, typically in a synchronous fashion, such that the component is fully stopped upon return of this method.