com.sun.appserv.server
Class ServerLifecycleModule
java.lang.Object
com.sun.appserv.server.ServerLifecycleModule
public final class ServerLifecycleModule
- extends Object
- Version:
- $Id: ServerLifecycleModule.java,v 1.3 2005/12/25 04:13:01 tcfujii Exp $
- Author:
- Sridatta Viswanath
onInitialization
public void onInitialization(com.sun.enterprise.server.ServerContext context)
throws ServerLifecycleException
- Throws:
ServerLifecycleException
onStartup
public void onStartup(com.sun.enterprise.server.ServerContext context,
org.apache.catalina.Context invContext)
throws ServerLifecycleException
- Throws:
ServerLifecycleException
onReady
public void onReady(com.sun.enterprise.server.ServerContext context)
throws ServerLifecycleException
- Throws:
ServerLifecycleException
onShutdown
public void onShutdown()
throws ServerLifecycleException
- Throws:
ServerLifecycleException
onTermination
public void onTermination()
throws ServerLifecycleException
- Throws:
ServerLifecycleException
getStatus
public String getStatus()
- return status of this lifecycle module as a string
toString
public String toString()
- Overrides:
toString
in class Object
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.