com.bankframe.services.trace
Class MCATimingPoint
java.lang.Object
com.bankframe.services.trace.MCATimingPoint
public class MCATimingPoint
- extends Object
This utility class provides a method that creates TimingPoint Instances to be used
within MCA
Method Summary |
static TimingPoint |
newInstance(String name,
String subsystem,
String typeString,
Object request)
This method creates a TimingPoint using the specified parameters, it delegates the task of
instantiating the TimingPoint class to TimingPointFactory. |
nullTimingPoint
public static NullTimingPoint nullTimingPoint
- The one and only NullTimingPoint instance.
The NullTimimingPoint implementation is used when timingpoints are disabled
by setting the following key in
the
BankFrameResource.proprties
file.
timingPoint.enabled=false
newInstance
public static TimingPoint newInstance(String name,
String subsystem,
String typeString,
Object request)
- This method creates a TimingPoint using the specified parameters, it delegates the task of
instantiating the TimingPoint class to TimingPointFactory.
- Parameters:
name
- The name of the timing pointsubsystem
- The sub system the timing point belongs totypeString
- The type of timing pointrequest
- The request being processed
- Returns:
- TimingPoint
Copyright © 2005, 2007, Oracle. All rights reserved.