A C D F G H I J L M N P R S T V

A

acceptsURL(String) - Method in class net.bull.javamelody.JdbcDriver
append(LoggingEvent) - Method in class net.bull.javamelody.Log4JAppender

C

close() - Method in class net.bull.javamelody.Log4JAppender
close() - Method in class net.bull.javamelody.LoggingHandler
CollectorServlet - Class in net.bull.javamelody
Servlet de collecte utilisée uniquement pour serveur de collecte séparé de l'application monitorée.
CollectorServlet() - Constructor for class net.bull.javamelody.CollectorServlet
 
connect(String, Properties) - Method in class net.bull.javamelody.JdbcDriver
contextDestroyed(ServletContextEvent) - Method in class net.bull.javamelody.SessionListener
contextInitialized(ServletContextEvent) - Method in class net.bull.javamelody.SessionListener
createHeapHistogram() - Static method in class net.bull.javamelody.VirtualMachine
 
createProxy(T) - Static method in class net.bull.javamelody.MonitoringProxy
 

D

destroy() - Method in class net.bull.javamelody.CollectorServlet
destroy() - Method in class net.bull.javamelody.MonitoringFilter
detach() - Static method in class net.bull.javamelody.VirtualMachine
Détachement du singleton.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class net.bull.javamelody.MonitoringFilter
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.bull.javamelody.CollectorServlet
doPost(HttpServletRequest, HttpServletResponse) - Method in class net.bull.javamelody.CollectorServlet

F

flush() - Method in class net.bull.javamelody.LoggingHandler

G

getClassFilter() - Method in class net.bull.javamelody.MonitoredWithAnnotationPointcut
 
getClassFilter() - Method in class net.bull.javamelody.MonitoredWithInterfacePointcut
 
getCode() - Method in enum net.bull.javamelody.Parameter
 
getInitialContext(Hashtable<?, ?>) - Method in class net.bull.javamelody.MonitoringInitialContextFactory
getInterfaceName() - Method in class net.bull.javamelody.MonitoredWithInterfacePointcut
Retourne le nom de l'interface à matcher.
getJvmVirtualMachine() - Static method in class net.bull.javamelody.VirtualMachine
 
getMajorVersion() - Method in class net.bull.javamelody.JdbcDriver
getMethodMatcher() - Method in class net.bull.javamelody.MonitoredWithAnnotationPointcut
 
getMethodMatcher() - Method in class net.bull.javamelody.MonitoredWithInterfacePointcut
 
getMinorVersion() - Method in class net.bull.javamelody.JdbcDriver
getMonitoringUrl(HttpServletRequest) - Method in class net.bull.javamelody.MonitoringFilter
 
getPropertyInfo(String, Properties) - Method in class net.bull.javamelody.JdbcDriver

H

heapHisto() - Static method in class net.bull.javamelody.VirtualMachine
 
HeapHistogram - Class in net.bull.javamelody
Classe HeapHistogramImpl de VisualVM et issue de netbeans.org, (c) Sun Microsystems.

I

init(ServletConfig) - Method in class net.bull.javamelody.CollectorServlet
init(FilterConfig) - Method in class net.bull.javamelody.MonitoringFilter
intercept(InvocationContext) - Method in class net.bull.javamelody.MonitoringInterceptor
Intercepte une exécution de méthode sur un ejb.
invoke(Object, Method, Object[]) - Method in class net.bull.javamelody.MonitoringProxy
Intercepte une exécution de méthode sur une façade.
invoke(MethodInvocation) - Method in class net.bull.javamelody.MonitoringSpringInterceptor
Performs method invocation.
isEnabled() - Static method in class net.bull.javamelody.VirtualMachine
 
isSupported() - Static method in class net.bull.javamelody.VirtualMachine
 

J

jdbcCompliant() - Method in class net.bull.javamelody.JdbcDriver
JdbcDriver - Class in net.bull.javamelody
Driver jdbc "proxy" pour le monitoring.
JdbcDriver() - Constructor for class net.bull.javamelody.JdbcDriver
 

L

log(HttpServletRequest, String, long, boolean, int) - Method in class net.bull.javamelody.MonitoringFilter
 
Log4JAppender - Class in net.bull.javamelody
Appender pour les logs de log4j, configuré automatiquement par MonitoringFilter.
Log4JAppender() - Constructor for class net.bull.javamelody.Log4JAppender
Constructeur.
LoggingHandler - Class in net.bull.javamelody
Handler pour les logs de java.util.logging, configuré automatiquement par MonitoringFilter.
LoggingHandler() - Constructor for class net.bull.javamelody.LoggingHandler
Constructeur.

M

Main - Class in net.bull.javamelody
Launcher class for stand-alone execution of JavaMelody Monitoring as java -jar javamelody.war.
main(String[]) - Static method in class net.bull.javamelody.Main
Méthode main appelée par la JVM.
MonitoredWithAnnotationPointcut - Class in net.bull.javamelody
Pointcut that identifies methods/classes with the MonitoredWithSpring annotation.
MonitoredWithAnnotationPointcut() - Constructor for class net.bull.javamelody.MonitoredWithAnnotationPointcut
 
MonitoredWithInterfacePointcut - Class in net.bull.javamelody
Pointcut that identifies methods/classes with the MonitoredWithSpring annotation.
MonitoredWithInterfacePointcut() - Constructor for class net.bull.javamelody.MonitoredWithInterfacePointcut
Constructeur.
MonitoredWithSpring - Annotation Type in net.bull.javamelody
Annotation to mark classes and/or methods that should be monitored.
MonitoringFilter - Class in net.bull.javamelody
Filtre de servlet pour le monitoring.
MonitoringFilter() - Constructor for class net.bull.javamelody.MonitoringFilter
 
MonitoringInitialContextFactory - Class in net.bull.javamelody
Expérimental: Factory d'InitialContext JNDI interposant des proxy du contexte, des dataSources, des connexions et des statements jdbc en complément pour le cas où le rebinding dans JNDI de JdbcWrapper.rebindDataSources ne fonctionne pas.
MonitoringInitialContextFactory() - Constructor for class net.bull.javamelody.MonitoringInitialContextFactory
 
MonitoringInterceptor - Class in net.bull.javamelody
Intercepteur pour EJB 3 (Java EE 5).
MonitoringInterceptor() - Constructor for class net.bull.javamelody.MonitoringInterceptor
 
MonitoringProxy - Class in net.bull.javamelody
Proxy de monitoring pour tout façade ayant une interface.
MonitoringSpringAdvisor - Class in net.bull.javamelody
Advisor Spring dont l'advice est par défaut une instance de MonitoringSpringInterceptor.
MonitoringSpringAdvisor() - Constructor for class net.bull.javamelody.MonitoringSpringAdvisor
Constructeur.
MonitoringSpringInterceptor - Class in net.bull.javamelody
Method interceptor that measures the duration of the intercepted call.
MonitoringSpringInterceptor() - Constructor for class net.bull.javamelody.MonitoringSpringInterceptor
 

N

net.bull.javamelody - package net.bull.javamelody
 

P

Parameter - Enum in net.bull.javamelody
Liste des paramètres, tous optionnels; voir fichier README.txt pour plus de détails.
publish(LogRecord) - Method in class net.bull.javamelody.LoggingHandler

R

requiresLayout() - Method in class net.bull.javamelody.Log4JAppender

S

sessionCreated(HttpSessionEvent) - Method in class net.bull.javamelody.SessionListener
sessionDestroyed(HttpSessionEvent) - Method in class net.bull.javamelody.SessionListener
sessionDidActivate(HttpSessionEvent) - Method in class net.bull.javamelody.SessionListener
SessionListener - Class in net.bull.javamelody
Listener de session http pour le monitoring.
SessionListener() - Constructor for class net.bull.javamelody.SessionListener
Constructeur.
sessionWillPassivate(HttpSessionEvent) - Method in class net.bull.javamelody.SessionListener
setInterfaceName(String) - Method in class net.bull.javamelody.MonitoredWithInterfacePointcut
Définit le nom de l'interface à matcher (non null).

T

toString() - Method in class net.bull.javamelody.JdbcDriver
toString() - Method in class net.bull.javamelody.SessionListener

V

valueOf(String) - Static method in enum net.bull.javamelody.Parameter
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.bull.javamelody.Parameter
Returns an array containing the constants of this enum type, in the order they are declared.
VirtualMachine - Class in net.bull.javamelody
Classe d'attachement dynamique utilisée ici pour obtenir l'histogramme de la mémoire.

A C D F G H I J L M N P R S T V

Copyright © 2008-2009 Emeric Vernat. All Rights Reserved.