Java EE 5 SDK

com.sun.appserv.server
Class ServerLifecycleModule

java.lang.Object
  extended by 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

Method Summary
 String getStatus()
          return status of this lifecycle module as a string
 void onInitialization(com.sun.enterprise.server.ServerContext context)
           
 void onReady(com.sun.enterprise.server.ServerContext context)
           
 void onShutdown()
           
 void onStartup(com.sun.enterprise.server.ServerContext context, org.apache.catalina.Context invContext)
           
 void onTermination()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.