Uses of Interface
org.glassfish.jersey.server.spi.Container

Packages that use Container
org.glassfish.jersey.server.spi Jersey server-side service provider contract (SPI) classes. 
 

Uses of Container in org.glassfish.jersey.server.spi
 

Methods in org.glassfish.jersey.server.spi with parameters of type Container
 void ContainerLifecycleListener.onReload(Container container)
          Invoked when the container has been reloaded.
 void ContainerLifecycleListener.onShutdown(Container container)
          Invoke at the container shut-down.
 void ContainerLifecycleListener.onStartup(Container container)
          Invoked at the container start-up.
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.