Package | Description |
---|---|
org.apache.catalina | |
org.apache.catalina.core |
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 |
ServiceMapperListener
Mapper listener.
|
Modifier and Type | Field and Description |
---|---|
protected static ContainerListener[] |
ContainerBase.LISTENER_ARRAY
Listener array type.
|
Modifier and Type | Field and Description |
---|---|
protected List<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 © 2013 JBoss by Red Hat. All rights reserved.