Interface IObjectLockingSupport2

  • All Superinterfaces:
    com4j.Com4jObject
    All Known Subinterfaces:
    IBaseField4

    public interface IObjectLockingSupport2
    extends com4j.Com4jObject
    For HP use. Services to support locking objects.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void getLockParams​(com4j.Holder<String> pUsername, com4j.Holder<String> pClientMachineName)
      For HP use.
      • Methods inherited from interface com4j.Com4jObject

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

      • getLockParams

        void getLockParams​(com4j.Holder<String> pUsername,
                           com4j.Holder<String> pClientMachineName)

        For HP use. Gets the user name and machine name of the locked object.

        Parameters:
        pUsername - Mandatory Holder parameter.
        pClientMachineName - Mandatory Holder parameter.