org.mule.transport.xmpp
Class RunnableWithExceptionHandler

java.lang.Object
  extended by org.mule.transport.xmpp.RunnableWithExceptionHandler
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
JabberSender

public abstract class RunnableWithExceptionHandler
extends Object
implements Runnable


Constructor Summary
RunnableWithExceptionHandler()
           
 
Method Summary
protected abstract  void doRun()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunnableWithExceptionHandler

public RunnableWithExceptionHandler()
Method Detail

run

public final void run()
Specified by:
run in interface Runnable

doRun

protected abstract void doRun()
                       throws Exception
Throws:
Exception


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