org.apache.cassandra.utils
Class WrappedRunnable

java.lang.Object
  extended by org.apache.cassandra.utils.WrappedRunnable
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
FileStreamTask

public abstract class WrappedRunnable
extends java.lang.Object
implements java.lang.Runnable


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

Constructor Detail

WrappedRunnable

public WrappedRunnable()
Method Detail

run

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

runMayThrow

protected abstract void runMayThrow()
                             throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010 The Apache Software Foundation