Uses of Class
org.eclipse.jetty.util.annotation.ManagedOperation
-
Packages that use ManagedOperation Package Description org.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystemorg.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler Jetty Server : Core Handler APIorg.eclipse.jetty.server.handler.jmx Jetty Server : Handler JMX Integrationorg.eclipse.jetty.server.session Jetty Server : Session Management Implementationsorg.eclipse.jetty.util.component Jetty Util : Jetty Lifecycle Managementorg.eclipse.jetty.util.log.jmx Jetty JMX : Jetty Logging JMX Integrationorg.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilitiesorg.eclipse.jetty.util.thread.strategy org.eclipse.jetty.webapp Jetty Util : Modular Web Application Support -
-
Uses of ManagedOperation in org.eclipse.jetty.io
Methods in org.eclipse.jetty.io with annotations of type ManagedOperation Modifier and Type Method Description void
ConnectionStatistics. reset()
-
Uses of ManagedOperation in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server with annotations of type ManagedOperation Modifier and Type Method Description void
Handler. destroy()
java.lang.String
ConnectorStatistics. dump()
Deprecated.void
AcceptRateLimit. reset()
void
ConnectorStatistics. reset()
Deprecated. -
Uses of ManagedOperation in org.eclipse.jetty.server.handler
Methods in org.eclipse.jetty.server.handler with annotations of type ManagedOperation Modifier and Type Method Description void
ThreadLimitHandler. exclude(java.lang.String inetAddressPattern)
void
ThreadLimitHandler. include(java.lang.String inetAddressPattern)
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 ManagedOperation Modifier and Type Method Description void
ContextHandlerMBean. removeContextAttribute(java.lang.String name)
void
ContextHandlerMBean. setContextAttribute(java.lang.String name, java.lang.Object value)
void
ContextHandlerMBean. setContextAttribute(java.lang.String name, java.lang.String value)
-
Uses of ManagedOperation in org.eclipse.jetty.server.session
Methods in org.eclipse.jetty.server.session with annotations of type ManagedOperation Modifier and Type Method Description void
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 ManagedOperation Modifier and Type Method Description void
Destroyable. destroy()
java.lang.String
ContainerLifeCycle. dump()
default java.lang.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.log.jmx
Methods in org.eclipse.jetty.util.log.jmx with annotations of type ManagedOperation Modifier and Type Method Description boolean
LogMBean. isDebugEnabled(java.lang.String logger)
void
LogMBean. setDebugEnabled(java.lang.String logger, java.lang.Boolean enabled)
-
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.String
QueuedThreadPool. 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 Modifier and Type Method Description void
EatWhatYouKill. reset()
-
Uses of ManagedOperation in org.eclipse.jetty.webapp
Methods in org.eclipse.jetty.webapp with annotations of type ManagedOperation Modifier and Type Method Description void
CachingWebAppClassLoader. clearCache()
-