org.mule.module.launcher
Class StartupSummaryDeploymentListener

java.lang.Object
  extended by org.mule.module.launcher.StartupSummaryDeploymentListener
All Implemented Interfaces:
StartupListener

public class StartupSummaryDeploymentListener
extends Object
implements StartupListener

Prints application status summary table on Mule startup.


Field Summary
protected  Log logger
           
protected  DeploymentStatusTracker tracker
           
 
Constructor Summary
StartupSummaryDeploymentListener(DeploymentStatusTracker tracker)
           
 
Method Summary
 void onAfterStartup()
          Invoked after all apps have passed the deployment phase.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final transient Log logger

tracker

protected DeploymentStatusTracker tracker
Constructor Detail

StartupSummaryDeploymentListener

public StartupSummaryDeploymentListener(DeploymentStatusTracker tracker)
Method Detail

onAfterStartup

public void onAfterStartup()
Description copied from interface: StartupListener
Invoked after all apps have passed the deployment phase. Any exceptions thrown by implementations will be ignored.

Specified by:
onAfterStartup in interface StartupListener


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.