com.sun.jersey.spi.container
Interface ContainerListener

All Known Implementing Classes:
GrizzlyContainer, HttpHandlerContainer, SimpleContainer, WebComponent

public interface ContainerListener

A listener that is registered with a ContainerNotifier to get notified of container related events.

Author:
Paul.Sandoz@Sun.Com

Method Summary
 void onReload()
          Called when reloading of the container is requested.
 

Method Detail

onReload

void onReload()
Called when reloading of the container is requested.



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