MCPcopy Index your code
hub / github.com/apache/tomcat / fireContainerEvent

Method fireContainerEvent

java/org/apache/catalina/Container.java:420–420  ·  view source on GitHub ↗

Notify all container event listeners that a particular event has occurred for this Container. The default implementation performs this notification synchronously using the calling thread. @param type Event type @param data Event data

(String type, Object data)

Source from the content-addressed store, hash-verified

418 * @param data Event data
419 */
420 void fireContainerEvent(String type, Object data);
421
422
423 /**

Callers 15

addAliasMethod · 0.65
removeAliasMethod · 0.65
addErrorPageMethod · 0.65
addFilterDefMethod · 0.65
addFilterMapMethod · 0.65
addFilterMapBeforeMethod · 0.65
addMessageDestinationMethod · 0.65
addMimeMappingMethod · 0.65
addParameterMethod · 0.65
addRoleMappingMethod · 0.65

Implementers 1

ContainerBasejava/org/apache/catalina/core/Containe

Calls

no outgoing calls

Tested by

no test coverage detected