Uses of Interface
org.apache.camel.spi.Synchronization

Packages that use Synchronization
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.spi Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. 
 

Uses of Synchronization in org.apache.camel.impl
 

Methods in org.apache.camel.impl with parameters of type Synchronization
 void DefaultUnitOfWork.addSynchronization(Synchronization synchronization)
           
 void DefaultUnitOfWork.removeSynchronization(Synchronization synchronization)
           
 

Uses of Synchronization in org.apache.camel.spi
 

Methods in org.apache.camel.spi with parameters of type Synchronization
 void UnitOfWork.addSynchronization(Synchronization synchronization)
          Adds a synchronization hook
 void UnitOfWork.removeSynchronization(Synchronization synchronization)
          Removes a synchronization hook
 



Copyright © 2010 IONA Open Source Community. All Rights Reserved.