|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnitOfWork | |
---|---|
org.apache.camel | The JAXB POJOs for the XML Configuration of the routing rules. |
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 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)
|
Uses of UnitOfWork in org.apache.camel.spi |
---|
Subinterfaces of UnitOfWork in org.apache.camel.spi | |
---|---|
interface |
TraceableUnitOfWork
A Unit of work that is also traceable with the TraceInterceptor so we can trace the excact
route path a given Exchange has been processed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |