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(String jspUri)voidjspErrorEvent(String jspUri)voidjspLoadedEvent(String jspUri)voidjspReloadedEvent(String jspUri)
-