org.apache.geronimo.system.main
Class ProgressBarStartupMonitor
java.lang.Object
   org.apache.geronimo.system.main.ProgressBarStartupMonitor
org.apache.geronimo.system.main.ProgressBarStartupMonitor
- All Implemented Interfaces: 
- StartupMonitor
- public class ProgressBarStartupMonitor 
- extends Object- implements StartupMonitor
A startup monitor that shows the progress of loading and starting
 modules using a text based progress bar and the use of line
 feeds to update the progress display, therefore minimizing the
 number of lines output to the terminal.
 
 A summary will also be produced containing a list of ports
 Geronimo is listening on, the configIds of application modules
 that were started and the URLs of Web applications that were started.
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ProgressBarStartupMonitor
public ProgressBarStartupMonitor()
systemStarting
public void systemStarting(long startTime)
- 
- Specified by:
- systemStartingin interface- StartupMonitor
 
- 
 
systemStarted
public void systemStarted(Kernel kernel)
- 
- Specified by:
- systemStartedin interface- StartupMonitor
 
- 
 
foundModules
public void foundModules(Artifact[] modules)
- 
- Specified by:
- foundModulesin interface- StartupMonitor
 
- 
 
calculatePercent
public void calculatePercent()
- 
 
- 
 
moduleLoading
public void moduleLoading(Artifact module)
- 
- Specified by:
- moduleLoadingin interface- StartupMonitor
 
- 
 
moduleLoaded
public void moduleLoaded(Artifact module)
- 
- Specified by:
- moduleLoadedin interface- StartupMonitor
 
- 
 
moduleStarting
public void moduleStarting(Artifact module)
- 
- Specified by:
- moduleStartingin interface- StartupMonitor
 
- 
 
moduleStarted
public void moduleStarted(Artifact module)
- 
- Specified by:
- moduleStartedin interface- StartupMonitor
 
- 
 
startupFinished
public void startupFinished()
- 
- Specified by:
- startupFinishedin interface- StartupMonitor
 
- 
 
serverStartFailed
public void serverStartFailed(Exception problem)
- 
- Specified by:
- serverStartFailedin interface- StartupMonitor
 
- 
 
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.