Package | Description |
---|---|
org.apache.catalina | |
org.apache.catalina.authenticator |
This package contains
Authenticator implementations for the
various supported authentication methods (BASIC, DIGEST, and FORM). |
org.apache.catalina.connector | |
org.apache.catalina.core | |
org.apache.catalina.realm |
This package contains
Realm implementations for the
various supported realm technologies for authenticating users and
identifying their associated roles. |
org.apache.catalina.session |
This package contains the standard
Manager and
Session implementations that represent the collection of
active sessions and the individual sessions themselves, respectively,
that are associated with a Context . |
org.apache.catalina.startup | |
org.apache.catalina.util | |
org.apache.catalina.valves |
This package contains a variety of small Valve implementations that do
not warrant being packaged separately.
|
org.jboss.web.php | |
org.jboss.web.rewrite |
Modifier and Type | Method and Description |
---|---|
LifecycleListener[] |
Lifecycle.findLifecycleListeners()
Get the lifecycle listeners associated with this lifecycle.
|
Modifier and Type | Method and Description |
---|---|
void |
Lifecycle.addLifecycleListener(LifecycleListener listener)
Add a LifecycleEvent listener to this component.
|
void |
Lifecycle.removeLifecycleListener(LifecycleListener listener)
Remove a LifecycleEvent listener from this component.
|
Modifier and Type | Method and Description |
---|---|
LifecycleListener[] |
AuthenticatorBase.findLifecycleListeners()
Get the lifecycle listeners associated with this lifecycle.
|
LifecycleListener[] |
SingleSignOn.findLifecycleListeners()
Get the lifecycle listeners associated with this lifecycle.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthenticatorBase.addLifecycleListener(LifecycleListener listener)
Add a lifecycle event listener to this component.
|
void |
SingleSignOn.addLifecycleListener(LifecycleListener listener)
Add a lifecycle event listener to this component.
|
void |
AuthenticatorBase.removeLifecycleListener(LifecycleListener listener)
Remove a lifecycle event listener from this component.
|
void |
SingleSignOn.removeLifecycleListener(LifecycleListener listener)
Remove a lifecycle event listener from this component.
|
Modifier and Type | Method and Description |
---|---|
LifecycleListener[] |
Connector.findLifecycleListeners()
Get the lifecycle listeners associated with this lifecycle.
|
Modifier and Type | Method and Description |
---|---|
void |
Connector.addLifecycleListener(LifecycleListener listener)
Add a lifecycle event listener to this component.
|
void |
Connector.removeLifecycleListener(LifecycleListener listener)
Remove a lifecycle event listener from this component.
|
Modifier and Type | Class and Description |
---|---|
class |
AprLifecycleListener
Implementation of
LifecycleListener that will init and
and destroy APR. |
class |
JasperListener
This listener is designed to initialize Jasper before any web applications are
started.
|
class |
JreMemoryLeakPreventionListener
Provide a workaround for known places where the Java Runtime environment can
cause a memory leak or lock files.
|
class |
ServiceMapperListener
Mapper listener.
|
Modifier and Type | Method and Description |
---|---|
LifecycleListener[] |
StandardServer.findLifecycleListeners()
Get the lifecycle listeners associated with this lifecycle.
|
LifecycleListener[] |
ContainerBase.findLifecycleListeners()
Get the lifecycle listeners associated with this lifecycle.
|
LifecycleListener[] |
StandardService.findLifecycleListeners()
Get the lifecycle listeners associated with this lifecycle.
|
LifecycleListener[] |
StandardPipeline.findLifecycleListeners()
Get the lifecycle listeners associated with this lifecycle.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardServer.addLifecycleListener(LifecycleListener listener)
Add a LifecycleEvent listener to this component.
|
void |
ContainerBase.addLifecycleListener(LifecycleListener listener)
Add a lifecycle event listener to this component.
|
void |
StandardService.addLifecycleListener(LifecycleListener listener)
Add a LifecycleEvent listener to this component.
|
void |
StandardPipeline.addLifecycleListener(LifecycleListener listener)
Add a lifecycle event listener to this component.
|
void |
StandardServer.removeLifecycleListener(LifecycleListener listener)
Remove a LifecycleEvent listener from this component.
|
void |
ContainerBase.removeLifecycleListener(LifecycleListener listener)
Remove a lifecycle event listener from this component.
|
void |
StandardService.removeLifecycleListener(LifecycleListener listener)
Remove a LifecycleEvent listener from this component.
|
void |
StandardPipeline.removeLifecycleListener(LifecycleListener listener)
Remove a lifecycle event listener from this component.
|
Modifier and Type | Method and Description |
---|---|
LifecycleListener[] |
RealmBase.findLifecycleListeners()
Get the lifecycle listeners associated with this lifecycle.
|
Modifier and Type | Method and Description |
---|---|
void |
RealmBase.addLifecycleListener(LifecycleListener listener)
Add a lifecycle event listener to this component.
|
void |
RealmBase.removeLifecycleListener(LifecycleListener listener)
Remove a lifecycle event listener from this component.
|
Modifier and Type | Method and Description |
---|---|
LifecycleListener[] |
StandardManager.findLifecycleListeners()
Get the lifecycle listeners associated with this lifecycle.
|
LifecycleListener[] |
StoreBase.findLifecycleListeners()
Get the lifecycle listeners associated with this lifecycle.
|
LifecycleListener[] |
PersistentManagerBase.findLifecycleListeners()
Get the lifecycle listeners associated with this lifecycle.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardManager.addLifecycleListener(LifecycleListener listener)
Add a lifecycle event listener to this component.
|
void |
StoreBase.addLifecycleListener(LifecycleListener listener)
Add a lifecycle event listener to this component.
|
void |
PersistentManagerBase.addLifecycleListener(LifecycleListener listener)
Add a lifecycle event listener to this component.
|
void |
StandardManager.removeLifecycleListener(LifecycleListener listener)
Remove a lifecycle event listener from this component.
|
void |
StoreBase.removeLifecycleListener(LifecycleListener listener)
Remove a lifecycle event listener from this component.
|
void |
PersistentManagerBase.removeLifecycleListener(LifecycleListener listener)
Remove a lifecycle event listener from this component.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextConfig
Startup event listener for a Context that configures the properties
of that Context, and the associated defined servlets.
|
class |
EngineConfig
Startup event listener for a Engine that configures the properties
of that Engine, and the associated defined contexts.
|
class |
HostConfig
Startup event listener for a Host that configures the properties
of that Host, and the associated defined contexts.
|
Modifier and Type | Method and Description |
---|---|
LifecycleListener[] |
LifecycleSupport.findLifecycleListeners()
Get the lifecycle listeners associated with this lifecycle.
|
Modifier and Type | Method and Description |
---|---|
void |
LifecycleSupport.addLifecycleListener(LifecycleListener listener)
Add a lifecycle event listener to this component.
|
void |
LifecycleSupport.removeLifecycleListener(LifecycleListener listener)
Remove a lifecycle event listener from this component.
|
Modifier and Type | Class and Description |
---|---|
class |
CometConnectionManagerValve
Deprecated.
Replaced by EventOrAsyncConnectionManagerValve
|
class |
EventOrAsyncConnectionManagerValve
Implementation of a Valve that tracks Comet connections, and closes them
when the associated session expires or the webapp is reloaded.
|
Modifier and Type | Method and Description |
---|---|
LifecycleListener[] |
AccessLogValve.findLifecycleListeners()
Get the lifecycle listeners associated with this lifecycle.
|
LifecycleListener[] |
CrawlerSessionManagerValve.findLifecycleListeners() |
LifecycleListener[] |
JDBCAccessLogValve.findLifecycleListeners()
Get the lifecycle listeners associated with this lifecycle.
|
LifecycleListener[] |
EventOrAsyncConnectionManagerValve.findLifecycleListeners()
Get the lifecycle listeners associated with this lifecycle.
|
LifecycleListener[] |
SemaphoreValve.findLifecycleListeners()
Get the lifecycle listeners associated with this lifecycle.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessLogValve.addLifecycleListener(LifecycleListener listener)
Add a lifecycle event listener to this component.
|
void |
CrawlerSessionManagerValve.addLifecycleListener(LifecycleListener listener) |
void |
JDBCAccessLogValve.addLifecycleListener(LifecycleListener listener)
Adds a Lifecycle listener.
|
void |
EventOrAsyncConnectionManagerValve.addLifecycleListener(LifecycleListener listener)
Add a lifecycle event listener to this component.
|
void |
SemaphoreValve.addLifecycleListener(LifecycleListener listener)
Add a lifecycle event listener to this component.
|
void |
AccessLogValve.removeLifecycleListener(LifecycleListener listener)
Remove a lifecycle event listener from this component.
|
void |
CrawlerSessionManagerValve.removeLifecycleListener(LifecycleListener listener) |
void |
JDBCAccessLogValve.removeLifecycleListener(LifecycleListener listener)
Removes a Lifecycle listener.
|
void |
EventOrAsyncConnectionManagerValve.removeLifecycleListener(LifecycleListener listener)
Remove a lifecycle event listener from this component.
|
void |
SemaphoreValve.removeLifecycleListener(LifecycleListener listener)
Remove a lifecycle event listener from this component.
|
Modifier and Type | Class and Description |
---|---|
class |
LifecycleListener
Implementation of
LifecycleListener that will init and
and destroy PHP. |
Modifier and Type | Method and Description |
---|---|
LifecycleListener[] |
RewriteValve.findLifecycleListeners() |
Modifier and Type | Method and Description |
---|---|
void |
RewriteValve.addLifecycleListener(LifecycleListener listener) |
void |
RewriteValve.removeLifecycleListener(LifecycleListener listener) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.