| 
 | SunONE Application Server v8.0 PE | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.appserv.server.LifecycleModuleService
Support class to assist in firing LifecycleEvent notifications to registered LifecycleListeners.
| Constructor Summary | |
| LifecycleModuleService() | |
| Method Summary | |
|  void | onInitialization(com.sun.enterprise.server.ServerContext context)Server is initializing subsystems and setting up the runtime environment. | 
|  void | onReady(com.sun.enterprise.server.ServerContext context)Server has complted loading the applications and is ready to serve requests. | 
|  void | onShutdown()Server is shutting down applications | 
|  void | onStartup(com.sun.enterprise.server.ServerContext context)Server is starting up applications | 
|  void | onTermination()Server is terminating the subsystems and the runtime environment. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public LifecycleModuleService()
| Method Detail | 
public void onInitialization(com.sun.enterprise.server.ServerContext context)
                      throws ServerLifecycleException
ServerLifecycle
onInitialization in interface ServerLifecyclecontext - ServerContext the server runtime context.
ServerLifecycleException - if this subsystem detects a fatal 
  error that prevents this subsystem from being used
public void onStartup(com.sun.enterprise.server.ServerContext context)
               throws ServerLifecycleException
ServerLifecycle
onStartup in interface ServerLifecyclecontext - ServerContext the server runtime context.
ServerLifecycleException - if this subsystem detects a fatal 
  error that prevents this subsystem from being used
public void onReady(com.sun.enterprise.server.ServerContext context)
             throws ServerLifecycleException
ServerLifecycle
onReady in interface ServerLifecyclecontext - ServerContext the server runtime context.
ServerLifecycleException - if this subsystem detects a fatal 
  error that prevents this subsystem from being used
public void onShutdown()
                throws ServerLifecycleException
ServerLifecycle
onShutdown in interface ServerLifecycleServerLifecycleException - if this subsystem detects a fatal 
  error that prevents this subsystem from being used
public void onTermination()
                   throws ServerLifecycleException
ServerLifecycle
onTermination in interface ServerLifecycleServerLifecycleException - if this subsystem detects a fatal 
  error that prevents this subsystem from being used| 
 | SunONE Application Server v8.0 PE | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved.