Package | Description |
---|---|
com.sun.appserv.web.cache | |
com.sun.enterprise.security.web | |
com.sun.enterprise.web | |
com.sun.enterprise.web.connector.coyote | |
com.sun.web.security.realmadapter | |
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.loader | |
org.apache.catalina.logger | |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheManager.start()
Start this Context component.
|
void |
CacheManager.stop()
Stop this Context component.
|
Modifier and Type | Method and Description |
---|---|
void |
GlassFishSingleSignOn.start()
Prepare for the beginning of active use of the public methods of this component.
|
void |
GlassFishSingleSignOn.stop()
Gracefully terminate the active use of the public methods of this component.
|
Modifier and Type | Method and Description |
---|---|
WebConnector |
WebContainer.addConnector(NetworkListener httpListener,
HttpService httpService,
boolean start) |
protected void |
WebModuleContextConfig.authenticatorConfig()
Always sets up an Authenticator regardless of any security constraints.
|
protected void |
WebModule.callServletContainerInitializers() |
protected void |
WebModuleContextConfig.configureResource() |
static void |
TomcatDeploymentConfig.configureWebModule(WebModule webModule,
WebBundleDescriptorImpl webModuleDescriptor)
Configure a
WebModule by applying web.xml information
contained in WebBundleDescriptor . |
void |
WebContainer.deleteConnector(NetworkListener httpListener)
Stops and deletes the specified http listener.
|
void |
WebContainer.deleteConnector(WebConnector connector)
Stops and deletes the specified http listener.
|
void |
WebContainer.deleteHost(HttpService httpService)
Delete virtual-server.
|
void |
WebConnector.initialize() |
protected void |
WebModuleContextConfig.start()
Process a "start" event for this Context - in background
|
void |
PEHADBHealthChecker.start()
Prepare for the beginning of active use of the public methods of this
component.
|
void |
PEAccessLogValve.start()
Prepare for the beginning of active use of the public methods of this
component.
|
void |
HealthChecker.start() |
void |
WebModule.start()
Starts this web module.
|
void |
PEReplicationReceiver.stop() |
void |
VirtualServer.stop() |
void |
PEHADBHealthChecker.stop()
Gracefully terminate the active use of the public methods of this
component.
|
void |
ReplicationReceiver.stop() |
void |
WebContainer.stop()
Gracefully terminate the active use of the public methods of this component.
|
void |
PEAccessLogValve.stop()
Gracefully terminate the active use of the public methods of this
component.
|
void |
HealthChecker.stop() |
void |
WebModule.stop()
Stops this web module.
|
void |
WebContainer.updateConnector(NetworkListener networkListener,
HttpService httpService)
Update an network-listener
|
void |
WebContainer.updateConnectorProperty(NetworkListener listener,
String propName,
String propValue)
Update an http-listener property
|
protected void |
WebContainer.updateDefaultWebModule(VirtualServer virtualServer,
String[] listenerNames,
WebModuleConfig webModuleConfig)
Updates the given virtual server with the given default path.
|
void |
WebContainer.updateHost(VirtualServer vsBean)
Updates a virtual-server element.
|
void |
WebContainer.updateHttpService(HttpService httpService)
Processes an update to the http-service element
|
Modifier and Type | Method and Description |
---|---|
void |
PECoyoteConnector.initialize()
Initialize this connector.
|
void |
PECoyoteConnector.start() |
void |
PECoyoteConnector.stop() |
Constructor and Description |
---|
AuthenticatorProxy(Authenticator authenticator,
Principal principal,
String authType) |
Modifier and Type | Method and Description |
---|---|
void |
Connector.initialize()
Invoke a pre-startup initialization.
|
void |
Service.initialize()
Invoke a pre-startup initialization.
|
void |
Server.initialize()
Invoke a pre-startup initialization.
|
void |
LifecycleListener.lifecycleEvent(LifecycleEvent event)
Acknowledge the occurrence of the specified event.
|
void |
Service.removeConnector(Connector connector)
Remove the specified Connector from the set associated from this
Service.
|
void |
Lifecycle.start()
Prepare for the beginning of active use of the public methods of this
component.
|
void |
Lifecycle.stop()
Gracefully terminate the active use of the public methods of this
component.
|
Modifier and Type | Method and Description |
---|---|
void |
DigestAuthenticator.start() |
void |
AuthenticatorBase.start()
Prepare for the beginning of active use of the public methods of this component.
|
void |
SingleSignOn.start()
Prepare for the beginning of active use of the public methods of this component.
|
void |
AuthenticatorBase.stop()
Gracefully terminate the active use of the public methods of this component.
|
void |
SingleSignOn.stop()
Gracefully terminate the active use of the public methods of this component.
|
Modifier and Type | Method and Description |
---|---|
void |
Connector.initialize()
Initialize this connector (create ServerSocket here!)
|
void |
Connector.start()
Begin processing requests via this Connector.
|
void |
Connector.stop()
Terminate processing requests via this Connector.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardContext.alternateResourcesStart()
Starts this context's alternate doc base resources.
|
protected void |
StandardContext.callServletContainerInitializers() |
void |
StandardService.destroy() |
void |
StandardServer.initialize()
Invoke a pre-startup initialization.
|
void |
StandardService.initialize()
Invoke a pre-startup initialization.
|
void |
StandardContext.loadOnStartup(Container[] children)
Load and initialize all servlets marked "load on startup" in the
web application deployment descriptor.
|
protected void |
StandardContext.managerStart()
Starts the session manager of this Context.
|
protected void |
StandardContext.managerStop()
Stops the session manager of this Context.
|
void |
StandardService.removeConnector(Connector connector)
Remove the specified Connector from the set associated from this
Service.
|
void |
StandardEngine.start()
Start this Engine component.
|
void |
StandardContext.start()
Start this Context component.
|
void |
StandardPipeline.start()
Prepare for active use of the public methods of this Component.
|
void |
StandardServer.start()
Prepare for the beginning of active use of the public methods of this
component.
|
void |
ContainerBase.start()
Prepare for active use of the public methods of this Component.
|
void |
StandardService.start()
Prepare for the beginning of active use of the public methods of this
component.
|
void |
StandardHost.start()
Start this host.
|
void |
StandardWrapper.start()
Start this component, pre-loading the servlet if the load-on-startup
value is set appropriately.
|
void |
StandardContext.startRecursive() |
void |
StandardEngine.stop() |
void |
StandardContext.stop()
Stop this Context component.
|
void |
StandardPipeline.stop()
Gracefully shut down active use of the public methods of this Component.
|
void |
StandardServer.stop()
Gracefully terminate the active use of the public methods of this
component.
|
void |
ContainerBase.stop()
Gracefully shut down active use of the public methods of this Component.
|
void |
StandardService.stop()
Gracefully terminate the active use of the public methods of this
component.
|
void |
StandardHost.stop() |
void |
StandardWrapper.stop()
Stop this component, gracefully shutting down the servlet if it has
been initialized.
|
void |
StandardContext.stop(boolean isShutdown)
Stop this Context component.
|
Modifier and Type | Method and Description |
---|---|
void |
WebappLoader.start()
Start this component, initializing our associated class loader.
|
void |
WebappLoader.stop()
Stop this component, finalizing our associated class loader.
|
void |
WebappLoader.stopNestedClassLoader()
Stops the nested classloader
|
Modifier and Type | Method and Description |
---|---|
void |
FileLogger.start()
Prepare for the beginning of active use of the public methods of this
component.
|
void |
LoggerBase.start()
Prepare for the beginning of active use of the public methods of this
component.
|
void |
FileLogger.stop()
Gracefully terminate the active use of the public methods of this
component.
|
void |
LoggerBase.stop()
Gracefully terminate the active use of the public methods of this
component.
|
Modifier and Type | Method and Description |
---|---|
void |
JAASRealm.start()
Prepare for active use of the public methods of this Component.
|
void |
RealmBase.start()
Prepare for the beginning of active use of the public methods of this component.
|
void |
JAASRealm.stop()
Gracefully shut down active use of the public methods of this Component.
|
void |
RealmBase.stop()
Gracefully terminate the active use of the public methods of this component.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardManager.start()
Prepare for the beginning of active use of the public methods of this
component.
|
void |
JDBCStore.start()
Called once when this Store is first started.
|
void |
PersistentManagerBase.start()
Prepare for the beginning of active use of the public methods of this
component.
|
void |
StoreBase.start()
Prepare for the beginning of active use of the public methods of this
component.
|
void |
StandardManager.stop()
Gracefully terminate the active use of the public methods of this
component.
|
void |
JDBCStore.stop()
Gracefully terminate everything associated with our db.
|
void |
PersistentManagerBase.stop()
Gracefully terminate the active use of the public methods of this
component.
|
void |
StoreBase.stop()
Gracefully terminate the active use of the public methods of this
component.
|
void |
StandardManager.stop(boolean isShutdown)
Gracefully terminate the active use of the public methods of this
component.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ContextConfig.applicationConfig()
Process the application configuration file, if it exists.
|
protected void |
ContextConfig.authenticatorConfig()
Set up an Authenticator automatically if required, and one has not
already been configured.
|
protected void |
ContextConfig.defaultConfig()
Process the default configuration file, if it exists.
|
void |
Embedded.destroy() |
void |
ContextConfig.lifecycleEvent(LifecycleEvent event)
Process the START event for an associated Context.
|
protected void |
ContextConfig.start()
Process a "start" event for this Context - in background
|
void |
Embedded.start()
Prepare for the beginning of active use of the public methods of this
component.
|
void |
Embedded.stop()
Gracefully terminate the active use of the public methods of this
component.
|
Modifier and Type | Method and Description |
---|---|
void |
LifecycleSupport.fireLifecycleEvent(String type,
Object data)
Notify all lifecycle event listeners that a particular event has
occurred for this Container.
|
Modifier and Type | Method and Description |
---|---|
void |
ValveBase.start()
Prepare for the beginning of active use of the public methods of this
component.
|
void |
JDBCAccessLogValve.start()
Invoked by Tomcat on startup.
|
void |
AccessLogValve.start()
Prepare for the beginning of active use of the public methods of this
component.
|
void |
ExtendedAccessLogValve.start()
Prepare for the beginning of active use of the public methods of this
component.
|
void |
ValveBase.stop()
Gracefully terminate the active use of the public methods of this
component.
|
void |
JDBCAccessLogValve.stop()
Invoked by tomcat on shutdown.
|
void |
AccessLogValve.stop()
Gracefully terminate the active use of the public methods of this
component.
|
void |
ExtendedAccessLogValve.stop()
Gracefully terminate the active use of the public methods of this
component.
|
Copyright © 2021. All rights reserved.