Uses of Annotation Interface
org.eclipse.jetty.util.annotation.ManagedOperation
Packages that use ManagedOperation
Package
Description
Jetty IO : Core classes for Jetty IO subsystem
Jetty JMX : Integration for JMX in Jetty
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 JMX : Jetty Logging JMX Integration
Jetty Util : Common SSL Utility Classes
Jetty Util : Common ThreadPool Utilities
Jetty Util : Modular Web Application Support
-
Uses of ManagedOperation in org.eclipse.jetty.io
Methods in org.eclipse.jetty.io with annotations of type ManagedOperationModifier and TypeMethodDescriptionvoidAbstractByteBufferPool.clear()voidConnectionStatistics.reset()voidManagedSelector.resetStats() -
Uses of ManagedOperation in org.eclipse.jetty.jmx
Constructors in org.eclipse.jetty.jmx with parameters of type ManagedOperation -
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 TypeMethodDescriptionvoidvoidvoidContextHandlerCollection.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 ManagedOperationModifier and TypeMethodDescriptionvoidContextHandlerMBean.removeContextAttribute(String name) voidContextHandlerMBean.setContextAttribute(String name, Object value) voidContextHandlerMBean.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 TypeMethodDescriptionvoidDefaultSessionCache.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 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.log.jmx
Methods in org.eclipse.jetty.util.log.jmx with annotations of type ManagedOperationModifier and TypeMethodDescriptionbooleanLogMBean.isDebugEnabled(String logger) voidLogMBean.setDebugEnabled(String logger, Boolean enabled) -
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 -
Uses of ManagedOperation in org.eclipse.jetty.webapp
Methods in org.eclipse.jetty.webapp with annotations of type ManagedOperation