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
LifecycleException
protected void invokePostConstruct(Method method) throws LifecycleException
LifecycleException
public void invokePreDestroy() throws LifecycleException
LifecycleException
protected void invokePreDestroy(Method method) throws LifecycleException
LifecycleException
protected void invokeMethod(Method m, Object[] params) throws LifecycleException
LifecycleException
protected Method getPostConstructMethod()
protected Method getPreDestroyMethod()
protected boolean isPostConstruct(Method method)
protected boolean isPreDestroy(Method method)
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.