com.sun.enterprise.v3.server
Class ServerLifecycleModule

java.lang.Object
  extended by com.sun.enterprise.v3.server.ServerLifecycleModule

public final class ServerLifecycleModule
extends Object

Author:
Sridatta Viswanath

Method Summary
 String getStatus()
          return status of this lifecycle module as a string
 void onInitialization()
           
 void onReady()
           
 void onShutdown()
           
 void onStartup()
           
 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()
                      throws ServerLifecycleException
Throws:
ServerLifecycleException

onStartup

public void onStartup()
               throws ServerLifecycleException
Throws:
ServerLifecycleException

onReady

public void onReady()
             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


Copyright © 2012. All Rights Reserved.