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.jmx Jetty JMX : Integration for JMX in Jettyorg.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.ssl Jetty Util : Common SSL Utility Classesorg.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 voidAbstractByteBufferPool. clear()voidConnectionStatistics. reset()voidManagedSelector. resetStats() -
Uses of ManagedOperation in org.eclipse.jetty.jmx
Constructors in org.eclipse.jetty.jmx with parameters of type ManagedOperation Constructor Description OperationInfo(ManagedOperation operation, java.lang.reflect.Method method) -
Uses of ManagedOperation in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server with annotations of type ManagedOperation Modifier and Type Method Description voidHandler. destroy()java.lang.StringConnectorStatistics. dump()Deprecated.voidAcceptRateLimit. reset()voidConnectorStatistics. 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 voidThreadLimitHandler. exclude(java.lang.String inetAddressPattern)voidThreadLimitHandler. include(java.lang.String inetAddressPattern)voidContextHandlerCollection. mapContexts()Remap the contexts.voidStatisticsHandler. 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 voidContextHandlerMBean. removeContextAttribute(java.lang.String name)voidContextHandlerMBean. setContextAttribute(java.lang.String name, java.lang.Object value)voidContextHandlerMBean. 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 voidDefaultSessionCache. resetStats()voidSessionHandler. 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 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.log.jmx
Methods in org.eclipse.jetty.util.log.jmx with annotations of type ManagedOperation Modifier and Type Method Description booleanLogMBean. isDebugEnabled(java.lang.String logger)voidLogMBean. setDebugEnabled(java.lang.String logger, java.lang.Boolean enabled) -
Uses of ManagedOperation in org.eclipse.jetty.util.ssl
Methods in org.eclipse.jetty.util.ssl with annotations of type ManagedOperation Modifier and Type Method Description voidKeyStoreScanner. reload()voidKeyStoreScanner. scan() -
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() -
Uses of ManagedOperation in org.eclipse.jetty.webapp
Methods in org.eclipse.jetty.webapp with annotations of type ManagedOperation Modifier and Type Method Description voidCachingWebAppClassLoader. clearCache()
-