org.mule.module.tomcat
Class MuleTomcatListener

java.lang.Object
  extended by org.mule.module.tomcat.MuleTomcatListener
All Implemented Interfaces:
org.apache.catalina.LifecycleListener

public class MuleTomcatListener
extends Object
implements org.apache.catalina.LifecycleListener


Field Summary
protected  MuleContext muleContext
           
 
Constructor Summary
MuleTomcatListener()
           
 
Method Summary
protected  void doStart()
           
protected  void doStop()
           
 void lifecycleEvent(org.apache.catalina.LifecycleEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

muleContext

protected MuleContext muleContext
Constructor Detail

MuleTomcatListener

public MuleTomcatListener()
Method Detail

lifecycleEvent

public void lifecycleEvent(org.apache.catalina.LifecycleEvent event)
Specified by:
lifecycleEvent in interface org.apache.catalina.LifecycleListener

doStart

protected void doStart()

doStop

protected void doStop()


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