com.bankframe.services.trace
Class NullTimingPoint
java.lang.Object
com.bankframe.services.trace.TimingPoint
com.bankframe.services.trace.NullTimingPoint
public class NullTimingPoint
- extends TimingPoint
Method Summary |
void |
exit(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 |
NullTimingPoint
public NullTimingPoint()
exit
public void exit(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, 2007, Oracle. All rights reserved.