joeq.Synchronization
Class Atomic

java.lang.Object
  extended by joeq.Synchronization.Atomic

public abstract class Atomic
extends Object


Constructor Summary
Atomic()
           
 
Method Summary
static int cas4(Object o, jq_InstanceField f, int before, int after)
           
static long cas8(Object o, jq_InstanceField f, long before, long after)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Atomic

public Atomic()
Method Detail

cas4

public static final int cas4(Object o,
                             jq_InstanceField f,
                             int before,
                             int after)

cas8

public static final long cas8(Object o,
                              jq_InstanceField f,
                              long before,
                              long after)


Copyright © 2001-2005 John Whaley. All Rights Reserved.