| Package | Description |
|---|---|
| com.sun.web.server | |
| org.apache.catalina | |
| org.apache.catalina.core | |
| org.apache.catalina.util |
| Modifier and Type | Class and Description |
|---|---|
class |
J2EEInstanceListener
This class implements the Tomcat InstanceListener interface and
handles the INIT,DESTROY and SERVICE, FILTER events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Wrapper.addInstanceListener(InstanceListener listener)
Add a new listener interested in InstanceEvents.
|
void |
Wrapper.removeInstanceListener(InstanceListener listener)
Remove a listener no longer interested in InstanceEvents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardWrapper.addInstanceListener(InstanceListener listener)
Add a new listener interested in InstanceEvents.
|
void |
StandardContext.addInstanceListener(InstanceListener listener) |
void |
StandardWrapper.removeInstanceListener(InstanceListener listener)
Remove a listener no longer interested in InstanceEvents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceSupport.addInstanceListener(InstanceListener listener)
Add a lifecycle event listener to this component.
|
void |
InstanceSupport.removeInstanceListener(InstanceListener listener)
Remove a lifecycle event listener from this component.
|
Copyright © 2017. All rights reserved.