org.jacorb.transaction |
|
Java Source File Name | Type | Comment |
ClientContextTransferInterceptor.java | Class | This interceptor adds a service context with
the transactions propagation context to the
outgoing message. |
CoordinatorImpl.java | Class | Instances of this class represent transactions. |
RecoveryCoordinatorImpl.java | Class | |
ResourceImpl.java | Class | |
ServerContextTransferInterceptor.java | Class | This interceptor transfers the propagation context
from the corresponding service context to a slot
in the PICurrent. |
Sleeper.java | Interface | |
Timer.java | Class | |
TransactionCurrentImpl.java | Class | This class represents the transaction current.
It is a very simple implementation wich mostly
maps to the methods in the control. |
TransactionInitializer.java | Class | This class registers the ClientContextTransferInterceptor
and the ServerContextTransferInterceptor with the ORB. |
TransactionService.java | Class | |