net.sf.jour.rt.agent
Class MethodExecutionTimeEvent

java.lang.Object
  extended bynet.sf.jour.rt.agent.MethodExecutionTimeEvent
All Implemented Interfaces:
Event, java.io.Serializable

public class MethodExecutionTimeEvent
extends java.lang.Object
implements Event

Author:
michaellif TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
See Also:
Serialized Form

Constructor Summary
MethodExecutionTimeEvent(java.lang.String methodName, long executionTime)
           
 
Method Summary
 long getExecutionTime()
          DOCUMENT ME!
 java.lang.String getMethodName()
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodExecutionTimeEvent

public MethodExecutionTimeEvent(java.lang.String methodName,
                                long executionTime)
Method Detail

getMethodName

public java.lang.String getMethodName()
DOCUMENT ME!

Returns:
DOCUMENT ME!

getExecutionTime

public long getExecutionTime()
DOCUMENT ME!

Returns:
DOCUMENT ME!


Copyright © 2004 sourceforge. All Rights Reserved.