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 void
PropertiesConfigurationManager. put(java.lang.String name, java.lang.String value)
void
DeploymentManager. requestAppGoal(java.lang.String appId, java.lang.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 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 void
ScanningAppProvider. 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 void
AbstractFlowControlStrategy. 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 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 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.servlets
Methods in org.eclipse.jetty.servlets with annotations of type ManagedOperation Modifier and Type Method Description boolean
DoSFilter. 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.void
PushCacheFilter. clearPushCache()
Deprecated.void
DoSFilter. clearWhitelist()
Clears the list of whitelisted IP addressesboolean
DoSFilter. removeWhitelistAddress(java.lang.String address)
Removes the given address from the list of whitelisted IP addresses.void
PushCacheFilter. 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 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.ssl
Methods in org.eclipse.jetty.util.ssl with annotations of type ManagedOperation Modifier and Type Method Description void
KeyStoreScanner. reload()
void
KeyStoreScanner. 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.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()
-