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