org.apache.accumulo.core.util
Class LoggingRunnable

java.lang.Object
  extended by org.apache.accumulo.core.util.LoggingRunnable
All Implemented Interfaces:
Runnable

public class LoggingRunnable
extends Object
implements Runnable


Constructor Summary
LoggingRunnable(org.apache.log4j.Logger log, Runnable r)
           
 
Method Summary
static void main(String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingRunnable

public LoggingRunnable(org.apache.log4j.Logger log,
                       Runnable r)
Method Detail

run

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

main

public static void main(String[] args)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.