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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
jspDestroyedEvent(java.lang.String jspUri)
void
jspErrorEvent(java.lang.String jspUri)
void
jspLoadedEvent(java.lang.String jspUri)
void
jspReloadedEvent(java.lang.String jspUri)
-