Interface IObjectLockingSupport

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isLocked()
      Checks if object is locked for editing.
      boolean lockObject()
      Locks the object.
      void unLockObject()
      Unlocks the object.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • isLocked

        boolean isLocked()

        Checks if object is locked for editing.

        Getter method for the COM property "IsLocked"

        Returns:
        Returns a value of type boolean
      • lockObject

        boolean lockObject()

        Locks the object. Returns True if the object has been changed on the server.

        Returns:
        Returns a value of type boolean
      • unLockObject

        void unLockObject()

        Unlocks the object.