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.

Version:
$Revision: 1.0$

Method Summary
 void foundModules(org.apache.geronimo.kernel.repository.Artifact[] modules)
           
 void moduleLoaded(org.apache.geronimo.kernel.repository.Artifact module)
           
 void moduleLoading(org.apache.geronimo.kernel.repository.Artifact module)
           
 void moduleStarted(org.apache.geronimo.kernel.repository.Artifact module)
           
 void moduleStarting(org.apache.geronimo.kernel.repository.Artifact module)
           
 void serverStartFailed(Exception problem)
           
 void startupFinished()
           
 void systemStarted(org.apache.geronimo.kernel.Kernel kernel)
           
 void systemStarting(long startTime)
           
 

Method Detail

systemStarting

public void systemStarting(long startTime)

systemStarted

public void systemStarted(org.apache.geronimo.kernel.Kernel kernel)

foundModules

public void foundModules(org.apache.geronimo.kernel.repository.Artifact[] modules)

moduleLoading

public void moduleLoading(org.apache.geronimo.kernel.repository.Artifact module)

moduleLoaded

public void moduleLoaded(org.apache.geronimo.kernel.repository.Artifact module)

moduleStarting

public void moduleStarting(org.apache.geronimo.kernel.repository.Artifact module)

moduleStarted

public void moduleStarted(org.apache.geronimo.kernel.repository.Artifact module)

startupFinished

public void startupFinished()

serverStartFailed

public void serverStartFailed(Exception problem)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.