Interface CDOLockOwner

    • Method Detail

      • getSessionID

        int getSessionID()
        Returns:
        the ID identifying the session that owns the view
      • getViewID

        int getViewID()
        Returns:
        the ID identifying the view within the session
      • getDurableLockingID

        java.lang.String getDurableLockingID()
      • isDurableView

        boolean isDurableView()
        Returns true if this view is purely durable, i.e., currently not open and active on the client-side, false otherwise.