suramadu.tests.latency
Class SynchronizationResource

java.lang.Object
  extended bysuramadu.tests.latency.SynchronizationResource

public class SynchronizationResource
extends java.lang.Object


Constructor Summary
SynchronizationResource()
           
 
Method Summary
static long getEnterTime()
           
static long getLeaveTime()
           
static void normalMethod()
           
static void synchMethod()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronizationResource

public SynchronizationResource()
Method Detail

synchMethod

public static void synchMethod()

normalMethod

public static void normalMethod()

getEnterTime

public static long getEnterTime()

getLeaveTime

public static long getLeaveTime()