org.glassfish.jersey.server.spring
Class SpringLifecycleListener

java.lang.Object
  extended by org.glassfish.jersey.server.spring.SpringLifecycleListener
All Implemented Interfaces:
ContainerLifecycleListener

@Provider
public class SpringLifecycleListener
extends Object
implements ContainerLifecycleListener

JAX-RS Provider class for processing Jersey 2 Spring integration container life-cycle events.

Author:
Marko Asplund (marko.asplund at yahoo.com)

Constructor Summary
SpringLifecycleListener()
           
 
Method Summary
 void onReload(Container container)
           
 void onShutdown(Container container)
           
 void onStartup(Container container)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringLifecycleListener

public SpringLifecycleListener()
Method Detail

onStartup

public void onStartup(Container container)
Specified by:
onStartup in interface ContainerLifecycleListener

onReload

public void onReload(Container container)
Specified by:
onReload in interface ContainerLifecycleListener

onShutdown

public void onShutdown(Container container)
Specified by:
onShutdown in interface ContainerLifecycleListener


Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.