org.glassfish.jersey.server.spring
Class SpringLifecycleListener
java.lang.Object
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)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringLifecycleListener
public SpringLifecycleListener()
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.