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