Uses of Class
org.eclipse.jetty.plus.annotation.LifeCycleCallback
-
Packages that use LifeCycleCallback Package Description org.eclipse.jetty.plus.annotation Jetty Plus : Limited JEE Annotation Support -
-
Uses of LifeCycleCallback in org.eclipse.jetty.plus.annotation
Subclasses of LifeCycleCallback in org.eclipse.jetty.plus.annotation Modifier and Type Class Description classPostConstructCallbackPostConstructCallbackclassPreDestroyCallbackPreDestroyCallbackMethods in org.eclipse.jetty.plus.annotation that return types with arguments of type LifeCycleCallback Modifier and Type Method Description Map<String,List<LifeCycleCallback>>LifeCycleCallbackCollection. getPostConstructCallbackMap()Generate a read-only view of the post-construct callbacksCollection<LifeCycleCallback>LifeCycleCallbackCollection. getPostConstructCallbacks()Amalgamate all post-construct callbacks and return a read only listList<LifeCycleCallback>LifeCycleCallbackCollection. getPostConstructCallbacks(Object o)Map<String,List<LifeCycleCallback>>LifeCycleCallbackCollection. getPreDestroyCallbackMap()Generate a read-only view of the pre-destroy callbacksCollection<LifeCycleCallback>LifeCycleCallbackCollection. getPreDestroyCallbacks()Amalgamate all pre-destroy callbacks and return a read only listList<LifeCycleCallback>LifeCycleCallbackCollection. getPreDestroyCallbacks(Object o)Methods in org.eclipse.jetty.plus.annotation with parameters of type LifeCycleCallback Modifier and Type Method Description voidLifeCycleCallbackCollection. add(LifeCycleCallback callback)Add a Callback to the list of callbacks.
-