org.apache.geronimo.connector.work.pool
Class NamedRunnable

java.lang.Object
  extended by org.apache.geronimo.connector.work.pool.NamedRunnable
All Implemented Interfaces:
Runnable

public class NamedRunnable
extends Object
implements Runnable


Constructor Summary
NamedRunnable(String name, Runnable runnable)
           
 
Method Summary
 void run()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NamedRunnable

public NamedRunnable(String name,
                     Runnable runnable)
Method Detail

run

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.