com.bankframe.services.trace
Class NullTimingPoint

java.lang.Object
  |
  +--com.bankframe.services.trace.TimingPoint
        |
        +--com.bankframe.services.trace.NullTimingPoint

public class NullTimingPoint
extends TimingPoint


Field Summary
 
Fields inherited from class com.bankframe.services.trace.TimingPoint
id, request, response
 
Constructor Summary
NullTimingPoint()
           
 
Method Summary
 void exit(java.lang.Object response)
          This method exits the timing poing and records the response object
 
Methods inherited from class com.bankframe.services.trace.TimingPoint
getElapsedTime, getEndTime, getMajorType, getProperties, getStartTime, getSubsystem, getType, getUniqueName, getUser, setProperties, toDataPacket, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullTimingPoint

public NullTimingPoint()
Method Detail

exit

public void exit(java.lang.Object response)
Description copied from class: TimingPoint
This method exits the timing poing and records the response object

Overrides:
exit in class TimingPoint
Parameters:
response - the response object


Copyright © 2005 Siebel Systems, Inc. All rights reserved.