Class PostConstructCallback
- java.lang.Object
-
- org.eclipse.jetty.plus.annotation.LifeCycleCallback
-
- org.eclipse.jetty.plus.annotation.PostConstructCallback
-
public class PostConstructCallback extends LifeCycleCallback
PostConstructCallback
-
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.plus.annotation.LifeCycleCallback
__EMPTY_ARGS
-
-
Constructor Summary
Constructors Constructor Description PostConstructCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcallback(Object instance)booleanequals(Object o)voidvalidate(Class<?> clazz, Method method)Commons Annotation Specification section 2.5 - no params - must be void return - no checked exceptions - cannot be static-
Methods inherited from class org.eclipse.jetty.plus.annotation.LifeCycleCallback
findMethod, getMethodName, getTarget, getTargetClass, getTargetClassName, setTarget, setTarget
-
-
-
-
Method Detail
-
validate
public void validate(Class<?> clazz, Method method)
Commons Annotation Specification section 2.5 - no params - must be void return - no checked exceptions - cannot be static- Specified by:
validatein classLifeCycleCallback- See Also:
LifeCycleCallback.validate(java.lang.Class, java.lang.reflect.Method)
-
callback
public void callback(Object instance) throws SecurityException, IllegalArgumentException, NoSuchMethodException, ClassNotFoundException, IllegalAccessException, InvocationTargetException
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classLifeCycleCallback
-
-