org.apache.catalina.InstanceEvent General event for notifying listeners of significant events related to a specific instance of a Servlet, or a specific instance of a Filter, as opposed to the Wrapper component that manages it. @author Craig R. McClanahan @version $Revision: 1.2 $ $Date: 2004/02/27 14:58:38 $
org.apache.catalina.util.InstanceSupport Support class to assist in firing InstanceEvent notifications to registered InstanceListeners. @author Craig R. McClanahan @version $Id: InstanceSupport.java,v 1.3 2004/08/29 16:46:13 yoavs Exp $