Class PreDestroyCallback
java.lang.Object
org.eclipse.jetty.plus.annotation.LifeCycleCallback
org.eclipse.jetty.plus.annotation.PreDestroyCallback
PreDestroyCallback
-
Field Summary
Fields inherited from class org.eclipse.jetty.plus.annotation.LifeCycleCallback
__EMPTY_ARGS
-
Constructor Summary
ConstructorDescriptionPreDestroyCallback
(Class<?> clazz, String methodName) PreDestroyCallback
(String className, String methodName) -
Method Summary
Methods inherited from class org.eclipse.jetty.plus.annotation.LifeCycleCallback
findMethod, getMethodName, getTarget, getTargetClass, getTargetClassName, hashCode
-
Constructor Details
-
PreDestroyCallback
- Parameters:
clazz
- the class object to be injectedmethodName
- the name of the method to inject
-
PreDestroyCallback
- Parameters:
className
- the name of the class to injectmethodName
- the name of the method to inject
-
-
Method Details
-
validate
Commons Annotations Specification section 2.6: - no params to method - returns void - no checked exceptions - not static- Specified by:
validate
in classLifeCycleCallback
- See Also:
-
callback
- Overrides:
callback
in classLifeCycleCallback
-
equals
- Overrides:
equals
in classLifeCycleCallback
-