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".
jspLoadedEvent
void jspLoadedEvent(java.lang.String jspUri)
jspReloadedEvent
void jspReloadedEvent(java.lang.String jspUri)
jspDestroyedEvent
void jspDestroyedEvent(java.lang.String jspUri)
jspErrorEvent
void jspErrorEvent(java.lang.String jspUri)
Copyright © 2011 GlassFish Community. All Rights Reserved.