Class Summary |
InboundTransactionCurrentImpl |
Default implementation of the InboundTransactionCurrent SPI. |
TxIORInterceptor |
Implements an org.omg.PortableInterceptor.IORInterceptor
that adds spec defined COSTransaction entries to an IOR. |
TxIORInterceptorInitializer |
Implements an org.omg.PortableInterceptor.ORBinitializer that
installs the TxIORInterceptor |
TxServerClientInterceptor |
This implementation of
org.omg.PortableInterceptor.ClientRequestInterceptor
inserts the transactional context into outgoing requests
from JBoss's transaction manager. |
TxServerClientInterceptorInitializer |
This is an org.omg.PortableInterceptor.ORBInitializer that
installs a TxServerClientInterceptor . |
TxServerInterceptor |
This implementation of
org.omg.PortableInterceptor.ServerRequestInterceptor
retrieves the transactional context from incoming IIOP requests and
makes it available to the servant methods that handle the requests,
through the static method getCurrentTransaction
|
TxServerInterceptorInitializer |
This is an org.omg.PortableInterceptor.ORBInitializer that
installs a TxServerInterceptor . |