Class JspProbeEmitterImpl

  • All Implemented Interfaces:
    org.glassfish.jsp.api.JspProbeEmitter

    public class JspProbeEmitterImpl
    extends Object
    implements org.glassfish.jsp.api.JspProbeEmitter
    Implementation of JspProbeEmitter interface that delegates each probe event to the JspProbeProvider.
    Author:
    jluehe
    • Constructor Detail

      • JspProbeEmitterImpl

        public JspProbeEmitterImpl​(WebModule webModule)
        Constructor.
        Parameters:
        webModule - the web module on whose behalf this JspProbeEmitterImpl emits jsp related probe events
    • Method Detail

      • jspLoadedEvent

        public void jspLoadedEvent​(String jspUri)
        Specified by:
        jspLoadedEvent in interface org.glassfish.jsp.api.JspProbeEmitter
      • jspReloadedEvent

        public void jspReloadedEvent​(String jspUri)
        Specified by:
        jspReloadedEvent in interface org.glassfish.jsp.api.JspProbeEmitter
      • jspDestroyedEvent

        public void jspDestroyedEvent​(String jspUri)
        Specified by:
        jspDestroyedEvent in interface org.glassfish.jsp.api.JspProbeEmitter
      • jspErrorEvent

        public void jspErrorEvent​(String jspUri)
        Specified by:
        jspErrorEvent in interface org.glassfish.jsp.api.JspProbeEmitter