Uses of Interface
com.sun.jersey.spi.container.ContainerListener

Packages that use ContainerListener
com.sun.jersey.spi.container Provides support for containers and the web application that manages resource classes. 
com.sun.jersey.spi.container.servlet Provides support for a servlet-based container. 
 

Uses of ContainerListener in com.sun.jersey.spi.container
 

Methods in com.sun.jersey.spi.container with parameters of type ContainerListener
 void ContainerNotifier.addListener(ContainerListener l)
          Add a container listener to be notified when the container events occur.
 

Uses of ContainerListener in com.sun.jersey.spi.container.servlet
 

Classes in com.sun.jersey.spi.container.servlet that implement ContainerListener
 class ServletContainer
          A servlet container for deploying root resource classes.
 



Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.