public abstract class LifecycleAdapter extends Object implements Lifecycle
public void initialize()
throws IllegalStateException
Lifecyclestartinitialize 在接口中 LifecycleIllegalStateExceptionpublic void start()
throws IllegalStateException
Lifecyclestart 在接口中 LifecycleIllegalStateExceptionpublic void destroy()
throws IllegalStateException
Lifecycledestroy 在接口中 LifecycleIllegalStateExceptionCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.