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

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

Introduction

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

The text is from its open source code.

Implementation

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

Constructor

Method

ClassgetClass()
Returns the runtime class of this Object .
booleanisRunning()
Check whether this component is currently running.
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.
StringtoString()
Returns a string representation of the object.