|
||||||||||
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 |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |