WebObjects 5.2.3

com.webobjects.appserver
Class WOStopWatch

java.lang.Object
  extended bycom.webobjects.eocontrol.EOEvent
      extended bycom.webobjects.appserver.WOStopWatch
All Implemented Interfaces:
Serializable

public class WOStopWatch
extends EOEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.webobjects.eocontrol.EOEvent
BasicEventSignature, EventGroupName
 
Constructor Summary
WOStopWatch(String aName)
          Deprecated.  
 
Method Summary
 double accumulatedTime()
          Deprecated.  
 double averageTime()
          Deprecated.  
 int count()
          Deprecated.  
 double currentRunningTime()
          Deprecated.  
 void reset()
          Deprecated.  
 void start()
          Deprecated.  
 void stop()
          Deprecated.  
 String toString()
          Deprecated. Returns a String that includes the receiver's title, comment, and duration or start date (whichever is appropriate).
 
Methods inherited from class com.webobjects.eocontrol.EOEvent
aggregateEvents, classDescription, comment, compare, description, displayComponentName, duration, durationWithoutSubevents, eventTypeDescriptions, groupEvents, info, markAtomicWithInfo, markEnd, markStartWithInfo, parentEvent, setInfo, setType, signatureOfType, startDate, subevents, title, type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WOStopWatch

public WOStopWatch(String aName)
Deprecated. 
Method Detail

accumulatedTime

public double accumulatedTime()
Deprecated. 

averageTime

public double averageTime()
Deprecated. 

count

public int count()
Deprecated. 

currentRunningTime

public double currentRunningTime()
Deprecated. 

reset

public void reset()
Deprecated. 

start

public void start()
Deprecated. 

stop

public void stop()
Deprecated. 

toString

public String toString()
Deprecated. 
Description copied from class: EOEvent
Returns a String that includes the receiver's title, comment, and duration or start date (whichever is appropriate).

Overrides:
toString in class EOEvent
Returns:
a description of the receiver

Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.