Interface ISessionTransMgr

All Superinterfaces:
ISessionStatistics
All Known Implementing Classes:
NonUIClient, SessionTransMgr

public interface ISessionTransMgr extends ISessionStatistics
Interface normally used by the {@link SessionTransMgr}, but also used by the test client.
Author:
Christopher Mindus
  • Method Details

    • doDispose

      void doDispose(boolean doAbort)
      Called when the session ID has been disposed of by a call to its dispose method.
      Parameters:
      doAbort - Abort-flag, if true pending transaction are not sent.