org.apache.camel.impl
Class SynchronizationAdapter

java.lang.Object
  extended by org.apache.camel.support.SynchronizationAdapter
      extended by org.apache.camel.impl.SynchronizationAdapter
All Implemented Interfaces:
Ordered, Synchronization, SynchronizationVetoable

Deprecated. use org.apache.camel.support.SynchronizationAdapter instead

@Deprecated
public class SynchronizationAdapter
extends SynchronizationAdapter


Field Summary
 
Fields inherited from interface org.apache.camel.Ordered
HIGHEST, LOWEST
 
Constructor Summary
SynchronizationAdapter()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.camel.support.SynchronizationAdapter
allowHandover, getOrder, onComplete, onDone, onFailure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronizationAdapter

public SynchronizationAdapter()
Deprecated. 


Apache CAMEL