Class ObjectLockSourceImpl

  • All Implemented Interfaces:
    ObjectLockSource

    public class ObjectLockSourceImpl
    extends java.lang.Object
    implements ObjectLockSource
    Since:
    MicroStrategy Web 9.0.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void lockObject​(java.lang.String objectID, int objectType, int lockFlag, java.lang.String lockComments)
      Locks a first class object.
      ObjectLock queryObjectLock​(java.lang.String objectID, int objectType, int queryFlag)
      Queries the lock on an object.
      void unlockObject​(java.lang.String objectID, int objectType, int lockFlag)
      Unlocks a first class object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait