Uses of Class
org.eclipse.jetty.plus.annotation.LifeCycleCallback
-
Uses of LifeCycleCallback in org.eclipse.jetty.plus.annotation
Modifier and TypeClassDescriptionclass
PostConstructCallbackclass
PreDestroyCallbackModifier 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) Modifier and TypeMethodDescriptionvoid
LifeCycleCallbackCollection.add
(LifeCycleCallback callback) Add a Callback to the list of callbacks.