Class InboundTransactionCurrentImple

  • All Implemented Interfaces:
    Serializable, org.jboss.iiop.tm.InboundTransactionCurrent, Current, CurrentOperations, LocalInterface, Object, IDLEntity

    public class InboundTransactionCurrentImple
    extends LocalObject
    implements org.jboss.iiop.tm.InboundTransactionCurrent
    Implementation of the InboundTransactionCurrent interface of the app server's transaction integration SPI. Provides a way for app server code to obtain the transaction that was on an inbound CORBA call. The context processing on the wire is handled by the JTS's RequestInterceptors, here we just provide a way to expose that context to the app server.
    Version:
    $Id$
    Author:
    jonathan.halliday@redhat.com
    See Also:
    InboundTransactionCurrent, InboundTransactionCurrentInitializer, Serialized Form
    • Constructor Detail

      • InboundTransactionCurrentImple

        public InboundTransactionCurrentImple()
    • Method Detail

      • getCurrentTransaction

        public Transaction getCurrentTransaction()
        Specified by:
        getCurrentTransaction in interface org.jboss.iiop.tm.InboundTransactionCurrent