public abstract class LifecycleAdapter extends Object implements Lifecycle
| Constructor and Description |
|---|
LifecycleAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroy the component
|
void |
initialize()
Initialize the component before
start |
void |
start()
Start the component
|
public void initialize()
throws IllegalStateException
Lifecyclestartinitialize in interface LifecycleIllegalStateExceptionpublic void start()
throws IllegalStateException
Lifecyclestart in interface LifecycleIllegalStateExceptionpublic void destroy()
throws IllegalStateException
Lifecycledestroy in interface Lifecycledestroy in interface DisposableIllegalStateExceptionCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.