Class TomcatInformations
java.lang.Object
net.bull.javamelody.internal.model.TomcatInformations
- All Implemented Interfaces:
Serializable
Informations sur Tomcat, sans code html de présentation.
L'état d'une instance est initialisé à son instanciation et non mutable;
il est donc de fait thread-safe.
Cet état est celui d'un serveur Tomcat, similaire à celui fourni dans le manager de Tomcat.
Les instances sont sérialisables pour pouvoir être transmises au serveur de collecte.
- Author:
- Emeric Vernat
- See Also:
-
Method Details
-
initMBeans
public static void initMBeans() -
getName
-
getMaxThreads
public int getMaxThreads() -
getCurrentThreadsBusy
public int getCurrentThreadsBusy() -
getBytesReceived
public long getBytesReceived() -
getBytesSent
public long getBytesSent() -
getRequestCount
public int getRequestCount() -
getErrorCount
public int getErrorCount() -
getProcessingTime
public long getProcessingTime() -
getMaxTime
public long getMaxTime() -
toString
-