Uses of Class
org.eclipse.jetty.util.annotation.ManagedOperation
-
Packages that use ManagedOperation Package Description org.eclipse.jetty.util.component Jetty Util : Jetty Lifecycle Managementorg.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilitiesorg.eclipse.jetty.util.thread.strategy -
-
Uses of ManagedOperation in org.eclipse.jetty.util.component
Methods in org.eclipse.jetty.util.component with annotations of type ManagedOperation Modifier and Type Method Description voidDestroyable. destroy()java.lang.StringContainerLifeCycle. dump()default java.lang.StringDumpable. dump()voidContainerLifeCycle. dumpStdErr()Dumps toSystem.err.voidLifeCycle. start()Starts the component.voidLifeCycle. stop()Stops the component. -
Uses of ManagedOperation in org.eclipse.jetty.util.thread
Methods in org.eclipse.jetty.util.thread with annotations of type ManagedOperation Modifier and Type Method Description java.lang.StringQueuedThreadPool. dumpThread(long id)booleanQueuedThreadPool. interruptThread(long id)voidMonitoredQueuedThreadPool. reset()Resets the statistics. -
Uses of ManagedOperation in org.eclipse.jetty.util.thread.strategy
Methods in org.eclipse.jetty.util.thread.strategy with annotations of type ManagedOperation Modifier and Type Method Description voidEatWhatYouKill. reset()
-