类 LifecycleAdapter
- java.lang.Object
-
- org.apache.dubbo.common.context.LifecycleAdapter
-
- 所有已实现的接口:
Lifecycle
- 直接已知子类:
ConfigManager,Environment,ServiceRepository
public abstract class LifecycleAdapter extends Object implements Lifecycle
-
-
方法详细资料
-
initialize
public void initialize() throws IllegalStateException从接口复制的说明:LifecycleInitialize the component beforestart- 指定者:
initialize在接口中Lifecycle- 抛出:
IllegalStateException
-
start
public void start() throws IllegalStateException从接口复制的说明:LifecycleStart the component- 指定者:
start在接口中Lifecycle- 抛出:
IllegalStateException
-
destroy
public void destroy() throws IllegalStateException从接口复制的说明:LifecycleDestroy the component- 指定者:
destroy在接口中Lifecycle- 抛出:
IllegalStateException
-
-