org.apache.openejb.resource.jdbc.logging
Class TimeWatcherExecutor.TimerWatcherResult

java.lang.Object
  extended by org.apache.openejb.resource.jdbc.logging.TimeWatcherExecutor.TimerWatcherResult
Enclosing class:
TimeWatcherExecutor

public static class TimeWatcherExecutor.TimerWatcherResult
extends Object


Constructor Summary
TimeWatcherExecutor.TimerWatcherResult(long duration, Object result)
           
 
Method Summary
 long getDuration()
           
 Object getResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeWatcherExecutor.TimerWatcherResult

public TimeWatcherExecutor.TimerWatcherResult(long duration,
                                              Object result)
Method Detail

getResult

public Object getResult()

getDuration

public long getDuration()


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.