Uses of Class
org.eclipse.jetty.plus.annotation.LifeCycleCallback
Packages that use LifeCycleCallback
-
Uses of LifeCycleCallback in org.eclipse.jetty.plus.annotation
Subclasses of LifeCycleCallback in org.eclipse.jetty.plus.annotationModifier and TypeClassDescriptionclass
PostConstructCallbackclass
PreDestroyCallbackMethods in org.eclipse.jetty.plus.annotation that return types with arguments of type LifeCycleCallbackModifier and TypeMethodDescriptionLifeCycleCallbackCollection.getPostConstructCallbackMap()
Generate a read-only view of the post-construct callbacksLifeCycleCallbackCollection.getPostConstructCallbacks()
Amalgamate all post-construct callbacks and return a read only setLifeCycleCallbackCollection.getPostConstructCallbacks
(Object o) LifeCycleCallbackCollection.getPreDestroyCallbackMap()
Generate a read-only view of the pre-destroy callbacksLifeCycleCallbackCollection.getPreDestroyCallbacks()
Amalgamate all pre-destroy callbacks and return a read only setLifeCycleCallbackCollection.getPreDestroyCallbacks
(Object o) Methods in org.eclipse.jetty.plus.annotation with parameters of type LifeCycleCallbackModifier and TypeMethodDescriptionvoid
LifeCycleCallbackCollection.add
(LifeCycleCallback callback) Add a Callback to the list of callbacks.