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 Detail

      • jspLoadedEvent

        void jspLoadedEvent​(String jspUri)
      • jspReloadedEvent

        void jspReloadedEvent​(String jspUri)
      • jspDestroyedEvent

        void jspDestroyedEvent​(String jspUri)
      • jspErrorEvent

        void jspErrorEvent​(String jspUri)