org.apache.geronimo.system.main
Interface StartupMonitor
- All Known Implementing Classes: 
 - LongStartupMonitor, ProgressBarStartupMonitor, SilentStartupMonitor
 
public interface StartupMonitor
An interface used by the Daemon to convey the status of the server
 startup.
 
systemStarting
void systemStarting(long startTime)
 
systemStarted
void systemStarted(org.apache.geronimo.kernel.Kernel kernel)
 
foundModules
void foundModules(org.apache.geronimo.kernel.repository.Artifact[] modules)
 
moduleLoading
void moduleLoading(org.apache.geronimo.kernel.repository.Artifact module)
 
moduleLoaded
void moduleLoaded(org.apache.geronimo.kernel.repository.Artifact module)
 
moduleStarting
void moduleStarting(org.apache.geronimo.kernel.repository.Artifact module)
 
moduleStarted
void moduleStarted(org.apache.geronimo.kernel.repository.Artifact module)
 
startupFinished
void startupFinished()
 
serverStartFailed
void serverStartFailed(Exception problem)
 
Copyright © 2006 Apache Software Foundation. All Rights Reserved.