Interface ObjectLock


  • public interface ObjectLock
    The interface ObjectLock describes the information of an object lock.
    Since:
    MicroStrategy Web 9.0.0
    • Method Detail

      • getState

        int getState()
        Returns the lock state, a value from EnumDSSXMLLockState
        Returns:
        the lock state.
      • getTime

        java.util.Date getTime()
        Returns the time stamp when the lock was placed on the object.
        Returns:
        the time stamp when the lock was placed on the object.
      • getComment

        java.lang.String getComment()
        Returns the comments placed on the lock
        Returns:
        the commens placed on the lock.
      • getMachineName

        java.lang.String getMachineName()
        Returns the machine name where the locked object resides
        Returns:
        the machine name where the locked object resides
      • getGovernor

        WebObjectInfo getGovernor()
        Returns the governor of the locked object
        Returns:
        the governor of the locked object
      • getOwner

        WebObjectInfo getOwner()
        Returns the owner of the locked object
        Returns:
        the owner of the locked object