Uses of Interface
org.apache.catalina.ContainerListener
-
Packages that use ContainerListener Package Description com.sun.enterprise.web.connector.extension com.sun.web.server org.apache.catalina org.apache.catalina.core -
-
Uses of ContainerListener in com.sun.enterprise.web.connector.extension
Classes in com.sun.enterprise.web.connector.extension that implement ContainerListener Modifier and Type Class Description classCatalinaListenerListener used to receive events from Catalina when aContextis removed or when aHostis removed. -
Uses of ContainerListener in com.sun.web.server
Classes in com.sun.web.server that implement ContainerListener Modifier and Type Class Description classWebContainerListenerThis class implements the Tomcat ContainerListener interface and handles Context and Session related events. -
Uses of ContainerListener in org.apache.catalina
Methods in org.apache.catalina that return ContainerListener Modifier and Type Method Description ContainerListener[]Container. findContainerListeners()Return the set of container listeners associated with this Container.Methods in org.apache.catalina with parameters of type ContainerListener Modifier and Type Method Description voidContainer. addContainerListener(ContainerListener listener)Add a container event listener to this component.voidContainer. removeContainerListener(ContainerListener listener)Remove a container event listener from this component. -
Uses of ContainerListener in org.apache.catalina.core
Classes in org.apache.catalina.core that implement ContainerListener Modifier and Type Class Description classNamingContextListenerHelper class used to initialize and populate the JNDI context associated with each context and server.Fields in org.apache.catalina.core with type parameters of type ContainerListener Modifier and Type Field Description protected ArrayList<ContainerListener>ContainerBase. listenersThe container event listeners for this Container.Methods in org.apache.catalina.core that return ContainerListener Modifier and Type Method Description ContainerListener[]ContainerBase. findContainerListeners()Return the set of container listeners associated with this Container.Methods in org.apache.catalina.core with parameters of type ContainerListener Modifier and Type Method Description voidContainerBase. addContainerListener(ContainerListener listener)Add a container event listener to this component.voidContainerBase. removeContainerListener(ContainerListener listener)Remove a container event listener from this component.
-