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(String jspUri)
void
jspErrorEvent(String jspUri)
void
jspLoadedEvent(String jspUri)
void
jspReloadedEvent(String jspUri)
-