Methods Summary |
---|
public void | onInitialization(java.lang.String rootDir, java.lang.String instanceName, boolean useNaming, org.apache.catalina.Logger logger, java.lang.String embeddedClassName)
|
public void | onReady()Server has complted loading the applications and is ready to serve requests.
|
public void | onShutdown()Server is shutting down applications
|
public void | onStartup()Server is starting up applications
|
public void | onTermination()Server is terminating the subsystems and the runtime environment.
Gracefully terminate the active use of the public methods of this
subsystem. This method should be the last one called on a given
instance of this subsystem.
|