Package ubic.gemma.rest.providers
Class AnalyticsApplicationEventListener
- java.lang.Object
-
- ubic.gemma.rest.providers.AnalyticsApplicationEventListener
-
- All Implemented Interfaces:
org.glassfish.jersey.server.monitoring.ApplicationEventListener
@Provider @Component public class AnalyticsApplicationEventListener extends Object implements org.glassfish.jersey.server.monitoring.ApplicationEventListener
RegisterAnalyticsRequestEventListener
- Author:
- poirigui
-
-
Constructor Summary
Constructors Constructor Description AnalyticsApplicationEventListener()
-
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)
-
-
-
Method Detail
-
onEvent
public void onEvent(org.glassfish.jersey.server.monitoring.ApplicationEvent event)
- Specified by:
onEvent
in interfaceorg.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 interfaceorg.glassfish.jersey.server.monitoring.ApplicationEventListener
-
-