Interface TransactionOperationsManager

  • All Known Implementing Classes:
    EjbInvocation

    @Contract
    public interface TransactionOperationsManager
    TransactionOperationsManager interface to be used by various components to perform notifications by UserTransaction instance.
    Author:
    Marina Vatkina
    • Method Detail

      • userTransactionMethodsAllowed

        boolean userTransactionMethodsAllowed()
        Called by the UserTransaction implementation to verify access to the UserTransaction methods.
      • userTransactionLookupAllowed

        void userTransactionLookupAllowed()
                                   throws NameNotFoundException
        Called by the UserTransaction lookup to verify access to the UserTransaction itself.
        Throws:
        NameNotFoundException
      • doAfterUtxBegin

        void doAfterUtxBegin()
        Called by the UserTransaction when transaction is started.