Uses of Annotation Interface
org.eclipse.jetty.util.annotation.ManagedOperation
Packages that use ManagedOperation
Package
Description
Jetty Util : Jetty Lifecycle Management
Jetty Util : Resource Utilities
Jetty Util : Common SSL Utility Classes
Jetty Util : Common ThreadPool Utilities
-
Uses of ManagedOperation in org.eclipse.jetty.util.component
Methods in org.eclipse.jetty.util.component with annotations of type ManagedOperationModifier and TypeMethodDescriptionvoidDestroyable.destroy()ContainerLifeCycle.dump()default 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.resource
Methods in org.eclipse.jetty.util.resource with annotations of type ManagedOperation -
Uses of ManagedOperation in org.eclipse.jetty.util.ssl
Methods in org.eclipse.jetty.util.ssl with annotations of type ManagedOperation -
Uses of ManagedOperation in org.eclipse.jetty.util.thread
Methods in org.eclipse.jetty.util.thread with annotations of type ManagedOperationModifier and TypeMethodDescriptionQueuedThreadPool.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