com.bankframe.services.trace
Class NullTimingPoint

java.lang.Object
  extended bycom.bankframe.services.trace.TimingPoint
      extended bycom.bankframe.services.trace.NullTimingPoint

public class NullTimingPoint
extends TimingPoint

Author:
comahon A do nothing implementation of TimingPoint. Used by the MCATimingPoint class when timing points are disabled. Timing points are disabled by setting the following key in the BankFrameResource.proprties file. timingPoint.enabled=false

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 © 2004 Siebel Systems, Inc. All rights reserved.