com.sun.appserv.server
Class LifecycleListenerImpl
java.lang.Object
com.sun.appserv.server.LifecycleListenerImpl
- All Implemented Interfaces:
- LifecycleListener
public class LifecycleListenerImpl
- extends Object
- implements LifecycleListener
LifecycleListenerImpl is a dummy implementation for the LifecycleListener interface.
This implementaion stubs out various lifecycle interface methods.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LifecycleListenerImpl
public LifecycleListenerImpl()
handleEvent
public void handleEvent(LifecycleEvent event)
throws ServerLifecycleException
- receive a server lifecycle event
- Specified by:
handleEvent
in interface LifecycleListener
- Parameters:
event
- associated event
- Throws:
ServerLifecycleException
- for exceptional condition.
Configure this module as a lifecycle-module in server.xml:
Setis-failure-fatal
in server.xml to true
for
fatal conditions.
ServerLifecycleException
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.