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
PreDestroyCallbackFields in org.eclipse.jetty.plus.annotation with type parameters of type LifeCycleCallbackModifier and TypeFieldDescriptionprivate final ConcurrentMap<String,
Set<LifeCycleCallback>> LifeCycleCallbackCollection.postConstructCallbacksMap
private final ConcurrentMap<String,
Set<LifeCycleCallback>> LifeCycleCallbackCollection.preDestroyCallbacksMap
Methods 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.