nl.knowledgeplaza.util.thread
Class TraceableRunnableDecorator

java.lang.Object
  extended by nl.knowledgeplaza.util.thread.TraceableRunnable
      extended by nl.knowledgeplaza.util.thread.TraceableRunnableDecorator
All Implemented Interfaces:
java.lang.Runnable

public class TraceableRunnableDecorator
extends TraceableRunnable

This class can decorate (wrap) a runnable in order to make the creation place tracable

Version:
$Revision: 1.2 $

Constructor Summary
TraceableRunnableDecorator(java.lang.Runnable runnable)
           
 
Method Summary
 void run()
           
 
Methods inherited from class nl.knowledgeplaza.util.thread.TraceableRunnable
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TraceableRunnableDecorator

public TraceableRunnableDecorator(java.lang.Runnable runnable)
Parameters:
runnable - to wrap
Method Detail

run

public final void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class TraceableRunnable


Copyright © 2010. All Rights Reserved.