Package | Description |
---|---|
org.eclipse.jetty.deploy |
Jetty Deploy : Webapp Deploy Management
|
org.eclipse.jetty.monitor.integration |
Jetty Monitor : Intregation with Java Monitor
|
org.eclipse.jetty.nosql.mongodb |
Jetty NoSql : MongoDB Integration
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.server.handler |
Jetty Server : Core Handler API
|
org.eclipse.jetty.server.handler.jmx |
Jetty Server : Handler JMX Integration
|
org.eclipse.jetty.server.session |
Jetty Server : Session Management Implementations
|
org.eclipse.jetty.servlets |
Jetty Servlets : Generally Useful Servlets, Handlers and Filters
|
org.eclipse.jetty.util.component |
Jetty Util : Jetty Lifecycle Management
|
org.eclipse.jetty.util.log.jmx |
Jetty JMX : Jetty Logging JMX Integration
|
org.eclipse.jetty.util.thread |
Jetty Util : Common ThreadPool Utilities
|
Modifier and Type | Method and Description |
---|---|
Collection<App> |
DeploymentManager.getApps(String nodeName) |
void |
PropertiesConfigurationManager.put(String name,
String value) |
void |
DeploymentManager.requestAppGoal(String appId,
String nodeName)
Move an
App through the AppLifeCycle to the desired Node , executing each lifecycle step
in the process to reach the desired state. |
Modifier and Type | Method and Description |
---|---|
int |
JavaMonitorTools.getCacheNegativeSeconds() |
String |
JavaMonitorTools.getCacheNegativeTweakedFrom() |
int |
JavaMonitorTools.getCacheSeconds() |
String |
JavaMonitorTools.getCacheTweakedFrom() |
String |
JavaMonitorTools.getDeadlockStacktraces() |
int |
JavaMonitorTools.getThreadsBlocked() |
int |
JavaMonitorTools.getThreadsNew() |
int |
JavaMonitorTools.getThreadsRunnable() |
int |
JavaMonitorTools.getThreadsTerminated() |
int |
JavaMonitorTools.getThreadsTimedWaiting() |
int |
JavaMonitorTools.getThreadsWaiting() |
Modifier and Type | Method and Description |
---|---|
void |
MongoSessionManager.purge() |
void |
MongoSessionManager.purgeFully() |
void |
MongoSessionManager.scavenge() |
void |
MongoSessionManager.scavengeFully() |
Modifier and Type | Method and Description |
---|---|
void |
Handler.destroy() |
String |
ConnectorStatistics.dump() |
void |
ConnectorStatistics.reset() |
Modifier and Type | Method and Description |
---|---|
void |
ContextHandlerCollection.mapContexts()
Remap the context paths.
|
void |
StatisticsHandler.statsReset()
Resets the current request statistics.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextHandlerMBean.removeContextAttribute(String name) |
void |
ContextHandlerMBean.setContextAttribute(String name,
Object value) |
void |
ContextHandlerMBean.setContextAttribute(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSessionManager.statsReset()
Reset statistics values
|
Modifier and Type | Method and Description |
---|---|
boolean |
DoSFilter.addWhitelistAddress(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 |
DoSFilter.clearWhitelist()
Clears the list of whitelisted IP addresses
|
boolean |
DoSFilter.removeWhitelistAddress(String address)
Removes the given address from the list of whitelisted IP addresses.
|
Modifier and Type | Method and Description |
---|---|
String |
Dumpable.dump() |
String |
ContainerLifeCycle.dump() |
void |
ContainerLifeCycle.dumpStdErr()
Dumps to
System.err . |
void |
LifeCycle.start()
Starts the component.
|
void |
LifeCycle.stop()
Stops the component.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LogMBean.isDebugEnabled(String logger) |
void |
LogMBean.setDebugEnabled(String logger,
Boolean enabled) |
Modifier and Type | Method and Description |
---|---|
String |
QueuedThreadPool.dump() |
String |
QueuedThreadPool.dumpThread(long id) |
boolean |
QueuedThreadPool.interruptThread(long id) |
Copyright © 1995-2015 Webtide. All Rights Reserved.