org.apache.camel.util.concurrent
Class AtomicExchange

java.lang.Object
  extended by java.util.concurrent.atomic.AtomicReference<Exchange>
      extended by org.apache.camel.util.concurrent.AtomicExchange
All Implemented Interfaces:
Serializable

public class AtomicExchange
extends AtomicReference<Exchange>

Convenience class for holding an Exchange in a thread-safe way

See Also:
Serialized Form

Constructor Summary
AtomicExchange()
           
 
Method Summary
 
Methods inherited from class java.util.concurrent.atomic.AtomicReference
compareAndSet, get, getAndSet, lazySet, set, toString, weakCompareAndSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AtomicExchange

public AtomicExchange()


Apache CAMEL