Uses of Annotation Type
org.eclipse.jetty.util.annotation.ManagedOperation
Packages that use ManagedOperation
Package
Description
Jetty Deploy : Webapp Deploy Management
Jetty Deploy : JMX Integration
Jetty Deploy : Webapp Deployment Providers
Jetty IO : Core classes for Jetty IO subsystem
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty Server : Handler JMX Integration
Jetty Server : Session Management Implementations
Jetty Util : Jetty Lifecycle Management
Jetty Util : Common SSL Utility Classes
Jetty Util : Common ThreadPool Utilities
Jetty Util : Modular Web Application Support
-
Uses of ManagedOperation in org.eclipse.jetty.deploy
Methods in org.eclipse.jetty.deploy with annotations of type ManagedOperationModifier and TypeMethodDescriptionvoid
void
DeploymentManager.requestAppGoal
(String appId, String nodeName) Move anApp
through theAppLifeCycle
to the desiredNode
, executing each lifecycle step in the process to reach the desired state. -
Uses of ManagedOperation in org.eclipse.jetty.deploy.jmx
Methods in org.eclipse.jetty.deploy.jmx with annotations of type ManagedOperation -
Uses of ManagedOperation in org.eclipse.jetty.deploy.providers
Methods in org.eclipse.jetty.deploy.providers with annotations of type ManagedOperation -
Uses of ManagedOperation in org.eclipse.jetty.http2
Methods in org.eclipse.jetty.http2 with annotations of type ManagedOperation -
Uses of ManagedOperation in org.eclipse.jetty.io
Methods in org.eclipse.jetty.io with annotations of type ManagedOperationModifier and TypeMethodDescriptionvoid
ArrayRetainableByteBufferPool.clear()
void
ConnectionStatistics.reset()
void
ManagedSelector.resetStats()
-
Uses of ManagedOperation in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server with annotations of type ManagedOperation -
Uses of ManagedOperation in org.eclipse.jetty.server.handler
Methods in org.eclipse.jetty.server.handler with annotations of type ManagedOperationModifier and TypeMethodDescriptionvoid
void
void
ContextHandlerCollection.mapContexts()
Remap the contexts.void
StatisticsHandler.statsReset()
Resets the current request statistics. -
Uses of ManagedOperation in org.eclipse.jetty.server.handler.jmx
Methods in org.eclipse.jetty.server.handler.jmx with annotations of type ManagedOperationModifier and TypeMethodDescriptionvoid
ContextHandlerMBean.removeContextAttribute
(String name) void
ContextHandlerMBean.setContextAttribute
(String name, Object value) void
ContextHandlerMBean.setContextAttribute
(String name, String value) -
Uses of ManagedOperation in org.eclipse.jetty.server.session
Methods in org.eclipse.jetty.server.session with annotations of type ManagedOperationModifier and TypeMethodDescriptionvoid
DefaultSessionCache.resetStats()
void
SessionHandler.statsReset()
Reset statistics values -
Uses of ManagedOperation in org.eclipse.jetty.util.component
Methods in org.eclipse.jetty.util.component with annotations of type ManagedOperationModifier and TypeMethodDescriptionvoid
Destroyable.destroy()
ContainerLifeCycle.dump()
default String
Dumpable.dump()
void
ContainerLifeCycle.dumpStdErr()
Dumps toSystem.err
.void
LifeCycle.start()
Starts the component.void
LifeCycle.stop()
Stops the component. -
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) boolean
QueuedThreadPool.interruptThread
(long id) void
MonitoredQueuedThreadPool.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 -
Uses of ManagedOperation in org.eclipse.jetty.webapp
Methods in org.eclipse.jetty.webapp with annotations of type ManagedOperation