public class JettyManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static Action |
DISABLE_STATS |
static Action |
ENABLE_STATS |
static ObjectName |
HTTP_LOG |
static Action |
RESET_STATS |
static ObjectName |
SERVER |
| Constructor and Description |
|---|
JettyManager(MBeanServerConnection mbsc) |
| Modifier and Type | Method and Description |
|---|---|
String |
dump() |
ObjectName[] |
getConnectors() |
List<PropertyList> |
getConnectorsConfig() |
List<PropertyList> |
getConnectorsStatistics() |
PropertyList |
getHttpThreadPool() |
String |
getStatsDuration() |
boolean |
isStatsEnabled() |
public static final ObjectName SERVER
public static final ObjectName HTTP_LOG
public static final Action ENABLE_STATS
public static final Action DISABLE_STATS
public static final Action RESET_STATS
public JettyManager(MBeanServerConnection mbsc)
public ObjectName[] getConnectors() throws Exception
Exceptionpublic PropertyList getHttpThreadPool() throws Exception
Exceptionpublic List<PropertyList> getConnectorsConfig() throws Exception
Exceptionpublic List<PropertyList> getConnectorsStatistics() throws Exception
ExceptionCopyright © 2014. All Rights Reserved.