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

Packages that use UnitOfWork
org.apache.camel The core Camel API 
org.apache.camel.impl Default implementation classes for Camel Core 
 

Uses of UnitOfWork in org.apache.camel
 

Methods in org.apache.camel that return UnitOfWork
 UnitOfWork Exchange.getUnitOfWork()
          Returns the unit of work that this exchange belongs to; which may map to zero, one or more physical transactions
 

Methods in org.apache.camel with parameters of type UnitOfWork
 void Exchange.setUnitOfWork(UnitOfWork unitOfWork)
          Sets the unit of work that this exchange belongs to; which may map to zero, one or more physical transactions
 

Uses of UnitOfWork in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement UnitOfWork
 class DefaultUnitOfWork
          The default implementation of UnitOfWork
 

Methods in org.apache.camel.impl that return UnitOfWork
 UnitOfWork DefaultExchange.getUnitOfWork()
           
 

Methods in org.apache.camel.impl with parameters of type UnitOfWork
 void DefaultExchange.setUnitOfWork(UnitOfWork unitOfWork)
           
 



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