public class PreDestroyCallback extends LifeCycleCallback
__EMPTY_ARGS| Constructor and Description |
|---|
PreDestroyCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
callback(Object instance) |
boolean |
equals(Object o) |
void |
validate(Class<?> clazz,
Method method)
Commons Annotations Specification section 2.6:
- no params to method
- returns void
- no checked exceptions
- not static
|
findMethod, getMethodName, getTarget, getTargetClass, getTargetClassName, setTarget, setTargetpublic void validate(Class<?> clazz, Method method)
validate in class LifeCycleCallbackLifeCycleCallback.validate(java.lang.Class, java.lang.reflect.Method)public void callback(Object instance)
callback in class LifeCycleCallbackpublic boolean equals(Object o)
equals in class LifeCycleCallbackCopyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.