Package org.glassfish.jsp.api
Interface JspProbeEmitter
-
public interface JspProbeEmitterInterface 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 voidjspDestroyedEvent(java.lang.String jspUri)voidjspErrorEvent(java.lang.String jspUri)voidjspLoadedEvent(java.lang.String jspUri)voidjspReloadedEvent(java.lang.String jspUri)
-