Interface JspProbeEmitter
public interface JspProbeEmitter
Interface for triggering events useful for monitoring.
A web container can pass an implementation of this interface in the
context attribute "org.glassfish.jsp.monitor.probeEmitter".
-
Method Summary
Modifier and TypeMethodDescriptionvoidjspDestroyedEvent(String jspUri) voidjspErrorEvent(String jspUri) voidjspLoadedEvent(String jspUri) voidjspReloadedEvent(String jspUri)
-
Method Details
-
jspLoadedEvent
-
jspReloadedEvent
-
jspDestroyedEvent
-
jspErrorEvent
-