|
Class Summary |
| CorbaTransactionService (src) |
Service MBean that provides the CORBA transaction service for JBoss. |
| TransactionServiceImpl (src) |
CORBA servant for the JBoss TransactionService. |
| TxClientInterceptor (src) |
This implementation of
org.omg.PortableInterceptor.ClientRequestInterceptor
inserts the transactional context into outgoing requests. |
| TxClientInterceptorInitializer (src) |
This is an org.omg.PortableInterceptor.ORBInitializer that
installs a TxClientInterceptor. |
| TxIORInterceptor (src) |
Implements an org.omg.PortableInterceptor.IORInterceptor
that adds spec defined COSTransaction entries to an IOR. |
| TxIORInterceptorInitializer (src) |
Implements an org.omg.PortableInterceptor.ORBinitializer that
installs the TxIORInterceptor |
| TxServerClientInterceptor (src) |
This implementation of
org.omg.PortableInterceptor.ClientRequestInterceptor
inserts the transactional context into outgoing requests
from JBoss's transaction manager. |
| TxServerClientInterceptorInitializer (src) |
This is an org.omg.PortableInterceptor.ORBInitializer that
installs a TxServerClientInterceptor. |
| TxServerInterceptor (src) |
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 (src) |
This is an org.omg.PortableInterceptor.ORBInitializer that
installs a TxServerInterceptor. |