Package net.officefloor.jaxrs.procedure
Class OfficeFloorApplicationEventListener
- java.lang.Object
-
- net.officefloor.jaxrs.procedure.OfficeFloorApplicationEventListener
-
- All Implemented Interfaces:
org.glassfish.jersey.server.monitoring.ApplicationEventListener
public class OfficeFloorApplicationEventListener extends java.lang.Object implements org.glassfish.jersey.server.monitoring.ApplicationEventListenerOfficeFloorApplicationEventListener.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description OfficeFloorApplicationEventListener(java.lang.String httpMethod, java.lang.String path)Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonEvent(org.glassfish.jersey.server.monitoring.ApplicationEvent event)org.glassfish.jersey.server.monitoring.RequestEventListeneronRequest(org.glassfish.jersey.server.monitoring.RequestEvent requestEvent)
-
-
-
Method Detail
-
onEvent
public void onEvent(org.glassfish.jersey.server.monitoring.ApplicationEvent event)
- Specified by:
onEventin interfaceorg.glassfish.jersey.server.monitoring.ApplicationEventListener
-
onRequest
public org.glassfish.jersey.server.monitoring.RequestEventListener onRequest(org.glassfish.jersey.server.monitoring.RequestEvent requestEvent)
- Specified by:
onRequestin interfaceorg.glassfish.jersey.server.monitoring.ApplicationEventListener
-
-