public abstract class BaseLifecycleManager extends Object
| Constructor and Description |
|---|
BaseLifecycleManager() |
| Modifier and Type | Method and Description |
|---|---|
protected Method |
getPostConstructMethod() |
protected Method |
getPreDestroyMethod() |
protected void |
invokeMethod(Method m,
Object[] params) |
void |
invokePostConstruct() |
protected void |
invokePostConstruct(Method method) |
void |
invokePreDestroy() |
protected void |
invokePreDestroy(Method method) |
protected boolean |
isPostConstruct(Method method) |
protected boolean |
isPreDestroy(Method method) |
protected Object instance
public void invokePostConstruct()
throws LifecycleException
LifecycleExceptionprotected void invokePostConstruct(Method method) throws LifecycleException
LifecycleExceptionpublic void invokePreDestroy()
throws LifecycleException
LifecycleExceptionprotected void invokePreDestroy(Method method) throws LifecycleException
LifecycleExceptionprotected void invokeMethod(Method m, Object[] params) throws LifecycleException
LifecycleExceptionprotected Method getPostConstructMethod()
protected Method getPreDestroyMethod()
protected boolean isPostConstruct(Method method)
protected boolean isPreDestroy(Method method)
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.