org.apache.geronimo.system.main
Class SilentStartupMonitor
java.lang.Object
org.apache.geronimo.system.main.SilentStartupMonitor
- All Implemented Interfaces:
- StartupMonitor
public class SilentStartupMonitor
- extends java.lang.Object
- implements StartupMonitor
- Version:
- $Rev: 653782 $ $Date: 2008-05-06 22:10:14 +0800 (Tue, 06 May 2008) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SilentStartupMonitor
public SilentStartupMonitor()
systemStarting
public void systemStarting(long startTime)
- Specified by:
systemStarting in interface StartupMonitor
systemStarted
public void systemStarted(Kernel kernel)
- Specified by:
systemStarted in interface StartupMonitor
foundModules
public void foundModules(Artifact[] modules)
- Specified by:
foundModules in interface StartupMonitor
moduleLoading
public void moduleLoading(Artifact module)
- Specified by:
moduleLoading in interface StartupMonitor
moduleLoaded
public void moduleLoaded(Artifact module)
- Specified by:
moduleLoaded in interface StartupMonitor
moduleStarting
public void moduleStarting(Artifact module)
- Specified by:
moduleStarting in interface StartupMonitor
moduleStarted
public void moduleStarted(Artifact module)
- Specified by:
moduleStarted in interface StartupMonitor
startupFinished
public void startupFinished()
- Specified by:
startupFinished in interface StartupMonitor
serverStartFailed
public void serverStartFailed(java.lang.Exception problem)
- Specified by:
serverStartFailed in interface StartupMonitor
Copyright © 2003-2012 The Apache Geronimo development community. All Rights Reserved.