| Package | Description |
|---|---|
| com.sun.enterprise.web.connector.extension | |
| com.sun.web.server | |
| org.apache.catalina | |
| org.apache.catalina.core |
| Modifier and Type | Class and Description |
|---|---|
class |
CatalinaListener
Listener used to receive events from Catalina when a
Context
is removed or when a Host is removed. |
| Modifier and Type | Class and Description |
|---|---|
class |
WebContainerListener
This class implements the Tomcat ContainerListener interface and
handles Context and Session related events.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerListener[] |
Container.findContainerListeners()
Return the set of container listeners associated with this Container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Container.addContainerListener(ContainerListener listener)
Add a container event listener to this component.
|
void |
Container.removeContainerListener(ContainerListener listener)
Remove a container event listener from this component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NamingContextListener
Helper class used to initialize and populate the JNDI context associated
with each context and server.
|
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<ContainerListener> |
ContainerBase.listeners
The container event listeners for this Container.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerListener[] |
ContainerBase.findContainerListeners()
Return the set of container listeners associated with this Container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerBase.addContainerListener(ContainerListener listener)
Add a container event listener to this component.
|
void |
ContainerBase.removeContainerListener(ContainerListener listener)
Remove a container event listener from this component.
|
Copyright © 2017. All rights reserved.