SunONE Application Server v8.0 PE

com.sun.appserv.server
Class ServerLifecycleModule

java.lang.Object
  extended bycom.sun.appserv.server.ServerLifecycleModule

public final class ServerLifecycleModule
extends java.lang.Object

Version:
$Id: ServerLifecycleModule.java,v 1.3 2003/05/12 02:08:50 tcfujii Exp $
Author:
Sridatta Viswanath

Method Summary
 java.lang.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, Context invContext)
           
 void onTermination()
           
 java.lang.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,
                      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 java.lang.String getStatus()
return status of this lifecycle module as a string


toString

public java.lang.String toString()

SunONE Application Server v8.0 PE

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.