Class OfficeFloorApplicationEventListener

  • All Implemented Interfaces:
    org.glassfish.jersey.server.monitoring.ApplicationEventListener

    public class OfficeFloorApplicationEventListener
    extends java.lang.Object
    implements org.glassfish.jersey.server.monitoring.ApplicationEventListener
    OfficeFloor ApplicationEventListener.
    Author:
    Daniel Sagenschneider
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onEvent​(org.glassfish.jersey.server.monitoring.ApplicationEvent event)  
      org.glassfish.jersey.server.monitoring.RequestEventListener onRequest​(org.glassfish.jersey.server.monitoring.RequestEvent requestEvent)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OfficeFloorApplicationEventListener

        public OfficeFloorApplicationEventListener​(java.lang.String httpMethod,
                                                   java.lang.String path)
        Instantiate.
        Parameters:
        httpMethod - Override HTTP method.
        path - Override path.
    • Method Detail

      • onEvent

        public void onEvent​(org.glassfish.jersey.server.monitoring.ApplicationEvent event)
        Specified by:
        onEvent in interface org.glassfish.jersey.server.monitoring.ApplicationEventListener
      • onRequest

        public org.glassfish.jersey.server.monitoring.RequestEventListener onRequest​(org.glassfish.jersey.server.monitoring.RequestEvent requestEvent)
        Specified by:
        onRequest in interface org.glassfish.jersey.server.monitoring.ApplicationEventListener