Skip navigation links


oracle.iam.oimcommon.vo
Class MTSRMStopWatches

java.lang.Object
  extended by oracle.iam.oimcommon.vo.MTSRMStopWatches

All Implemented Interfaces:
java.io.Serializable

public class MTSRMStopWatches
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
MTSRMStopWatches(java.lang.String name)
           

 

Method Summary
 void clear()
           
 java.lang.String formattedThreadStats()
          Construct formatted string showing current times and counts for all stopwatches for the current thread.
 java.lang.String getName()
           
 SRMStopWatch getStopWatch(java.lang.String watchName)
           
 SRMStopWatch getStopWatch(java.lang.String watchName, java.lang.String objectName)
           
 java.lang.String preetyPrintAllThreadsStopWatches()
           
 java.lang.String preetyPrintStopWatches(long count)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

MTSRMStopWatches

public MTSRMStopWatches(java.lang.String name)

Method Detail

preetyPrintStopWatches

public java.lang.String preetyPrintStopWatches(long count)

formattedThreadStats

public java.lang.String formattedThreadStats()
Construct formatted string showing current times and counts for all stopwatches for the current thread.
Returns:
- Formatted String

preetyPrintAllThreadsStopWatches

public java.lang.String preetyPrintAllThreadsStopWatches()

getName

public java.lang.String getName()

getStopWatch

public SRMStopWatch getStopWatch(java.lang.String watchName)

getStopWatch

public SRMStopWatch getStopWatch(java.lang.String watchName,
                                 java.lang.String objectName)

clear

public void clear()

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.