Package org.apache.dubbo.common.context
Class LifecycleAdapter
java.lang.Object
org.apache.dubbo.common.context.LifecycleAdapter
- All Implemented Interfaces:
Lifecycle,Disposable
- Direct Known Subclasses:
AbstractConfigManager,Environment
-
Constructor Details
-
LifecycleAdapter
public LifecycleAdapter()
-
-
Method Details
-
initialize
Description copied from interface:LifecycleInitialize the component beforestart- Specified by:
initializein interfaceLifecycle- Throws:
IllegalStateException
-
start
Description copied from interface:LifecycleStart the component- Specified by:
startin interfaceLifecycle- Throws:
IllegalStateException
-
destroy
Description copied from interface:LifecycleDestroy the component- Specified by:
destroyin interfaceDisposable- Specified by:
destroyin interfaceLifecycle- Throws:
IllegalStateException
-