public final class TomcatInformations extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
long |
getBytesReceived() |
long |
getBytesSent() |
int |
getCurrentThreadsBusy() |
int |
getErrorCount() |
int |
getMaxThreads() |
long |
getMaxTime() |
String |
getName() |
long |
getProcessingTime() |
int |
getRequestCount() |
static void |
initMBeans() |
String |
toString() |
public static void initMBeans()
throws MalformedObjectNameException
MalformedObjectNameExceptionpublic String getName()
public int getMaxThreads()
public int getCurrentThreadsBusy()
public long getBytesReceived()
public long getBytesSent()
public int getRequestCount()
public int getErrorCount()
public long getProcessingTime()
public long getMaxTime()
Copyright © 2008–2018 Emeric Vernat. All rights reserved.