public interface InboundTransactionCurrent
extends org.omg.CORBA.LocalInterface, org.omg.CORBA.Current
Step (ii) above should be done by a call
orbInitInfo.register_initial_reference within the
pre_init method of an
org.omg.PortableInterceptor.ORBInitializer,
which will probably be also the initializer that registers a server request
interceptor for the OTS provider.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Modifier and Type | Method and Description |
|---|---|
javax.transaction.Transaction |
getCurrentTransaction()
Gets the Transaction instance associated with the current incoming
request.
|
static final java.lang.String NAME
javax.transaction.Transaction getCurrentTransaction()