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
 void jspLoadedEvent(javax.servlet.Servlet jspServlet)
           
 

Method Detail

jspLoadedEvent

void jspLoadedEvent(javax.servlet.Servlet jspServlet)


Copyright © 2009 GlassFish Community. All Rights Reserved.