Interface LoadAccessContext

  • All Known Implementing Classes:
    SessionImpl

    @Incubating
    @Internal
    public interface LoadAccessContext
    Context for loader-access objects. Generally this is equivalent to the Session
    • Method Detail

      • checkOpenOrWaitingForAutoClose

        void checkOpenOrWaitingForAutoClose()
        Callback to check whether the session is "active"
      • pulseTransactionCoordinator

        void pulseTransactionCoordinator()
        Callback to pulse the transaction coo
      • delayedAfterCompletion

        void delayedAfterCompletion()
      • afterOperation

        void afterOperation​(boolean success)