com.bankframe.services.trace
Class MCATimingPoint

java.lang.Object
  extended bycom.bankframe.services.trace.MCATimingPoint

public class MCATimingPoint
extends java.lang.Object

This utility class provides a method that creates TimingPoint Instances to be used within MCA


Field Summary
static NullTimingPoint nullTimingPoint
          The one and only NullTimingPoint instance.
 
Method Summary
static TimingPoint newInstance(java.lang.String name, java.lang.String subsystem, java.lang.String typeString, java.lang.Object request)
          This method creates a TimingPoint using the specified parameters, it delegates the task of instantiating the TimingPoint class to TimingPointFactory.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Method Detail

newInstance

public static TimingPoint newInstance(java.lang.String name,
                                      java.lang.String subsystem,
                                      java.lang.String typeString,
                                      java.lang.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 point
subsystem - The sub system the timing point belongs to
typeString - The type of timing point
request - The request being processed
Returns:


Copyright © 2005, 2007, Oracle. All rights reserved.