Class PostConstructCallback
java.lang.Object
org.eclipse.jetty.plus.annotation.LifeCycleCallback
org.eclipse.jetty.plus.annotation.PostConstructCallback
PostConstructCallback
- 
Field Summary
Fields inherited from class LifeCycleCallback
__EMPTY_ARGS - 
Constructor Summary
ConstructorsConstructorDescriptionPostConstructCallback(Class<?> clazz, String methodName) PostConstructCallback(String className, String methodName)  - 
Method Summary
Methods inherited from class LifeCycleCallback
findMethod, getMethodName, getTarget, getTargetClass, getTargetClassName, hashCode 
- 
Constructor Details
- 
PostConstructCallback
 - 
PostConstructCallback
 
 - 
 - 
Method Details
- 
validate
Commons Annotation Specification section 2.5 - no params - must be void return - no checked exceptions - cannot be static- Specified by:
 validatein classLifeCycleCallback- See Also:
 
 - 
callback
public void callback(Object instance) throws SecurityException, IllegalArgumentException, NoSuchMethodException, ClassNotFoundException, IllegalAccessException, InvocationTargetException  - 
equals
- Overrides:
 equalsin classLifeCycleCallback
 
 -