FileDocCategorySizeDatePackage
PwcWebContainerLifecycle.javaAPI DocGlassfish v2 API3754Fri May 04 22:35:28 BST 2007com.sun.enterprise.web

PwcWebContainerLifecycle

public interface PwcWebContainerLifecycle

Fields Summary
Constructors Summary
Methods Summary
public voidonInitialization(java.lang.String rootDir, java.lang.String instanceName, boolean useNaming, org.apache.catalina.Logger logger, java.lang.String embeddedClassName)

public voidonReady()
Server has complted loading the applications and is ready to serve requests.

param
sc ServerContext the server runtime context.
exception
ServerLifecycleException if this subsystem detects a fatal error that prevents this subsystem from being used

public voidonShutdown()
Server is shutting down applications

exception
ServerLifecycleException if this subsystem detects a fatal error that prevents this subsystem from being used

public voidonStartup()
Server is starting up applications

param
sc ServerContext the server runtime context.
exception
ServerLifecycleException if this subsystem detects a fatal error that prevents this subsystem from being used

public voidonTermination()
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.

exception
ServerLifecycleException if this subsystem detects a fatal error that prevents this subsystem from being used