Uses of Class
org.eclipse.jetty.util.annotation.ManagedOperation
-
Packages that use ManagedOperation Package Description org.eclipse.jetty.deploy Jetty Deploy : Webapp Deploy Managementorg.eclipse.jetty.deploy.jmx Jetty Deploy : JMX Integrationorg.eclipse.jetty.deploy.providers Jetty Deploy : Webapp Deployment Providersorg.eclipse.jetty.http2 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.servlets Jetty Servlets : Generally Useful Servlets, Handlers and Filtersorg.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.deploy
Methods in org.eclipse.jetty.deploy with annotations of type ManagedOperation Modifier and Type Method Description voidPropertiesConfigurationManager. put(java.lang.String name, java.lang.String value)voidDeploymentManager. requestAppGoal(java.lang.String appId, java.lang.String nodeName)Move anAppthrough theAppLifeCycleto 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 Modifier and Type Method Description java.util.Collection<java.lang.String>DeploymentManagerMBean. getApps(java.lang.String nodeName)java.util.Collection<java.lang.String>DeploymentManagerMBean. getNodes() -
Uses of ManagedOperation in org.eclipse.jetty.deploy.providers
Methods in org.eclipse.jetty.deploy.providers with annotations of type ManagedOperation Modifier and Type Method Description voidScanningAppProvider. scan() -
Uses of ManagedOperation in org.eclipse.jetty.http2
Methods in org.eclipse.jetty.http2 with annotations of type ManagedOperation Modifier and Type Method Description voidAbstractFlowControlStrategy. reset() -
Uses of ManagedOperation in org.eclipse.jetty.io
Methods in org.eclipse.jetty.io with annotations of type ManagedOperation Modifier and Type Method Description voidConnectionStatistics. reset()voidManagedSelector. resetStats() -
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.servlets
Methods in org.eclipse.jetty.servlets with annotations of type ManagedOperation Modifier and Type Method Description booleanDoSFilter. addWhitelistAddress(java.lang.String address)Adds the given IP address, either in the form of a dotted decimal notation A.B.C.D or in the CIDR notation A.B.C.D/M, to the list of whitelisted IP addresses.voidPushCacheFilter. clearPushCache()Deprecated.voidDoSFilter. clearWhitelist()Clears the list of whitelisted IP addressesbooleanDoSFilter. removeWhitelistAddress(java.lang.String address)Removes the given address from the list of whitelisted IP addresses.voidPushCacheFilter. renewPushCache()Deprecated. -
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()
-