Package org.glassfish.jsp.api
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 TypeMethodDescriptionvoid
jspDestroyedEvent
(String jspUri) void
jspErrorEvent
(String jspUri) void
jspLoadedEvent
(String jspUri) void
jspReloadedEvent
(String jspUri)
-
Method Details
-
jspLoadedEvent
-
jspReloadedEvent
-
jspDestroyedEvent
-
jspErrorEvent
-