Class | Description |
---|---|
ForeignTransaction |
A ForeignTransaction, a marker for when we would have to import a
transaction from another vendor.
|
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 |
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 . |
Copyright © 2016 JBoss by Red Hat. All rights reserved.