Class CDOSessionProtocol.LockObjectsResult

  • Enclosing interface:
    CDOSessionProtocol

    public static final class CDOSessionProtocol.LockObjectsResult
    extends java.lang.Object
    If the meaning of this type isn't clear, there really should be more of a description here...
    Since:
    4.0
    • Constructor Detail

      • LockObjectsResult

        @Deprecated
        public LockObjectsResult​(boolean successful,
                                 boolean timedOut,
                                 boolean waitForUpdate,
                                 long requiredTimestamp,
                                 CDORevisionKey[] staleRevisions)
        Deprecated.
      • LockObjectsResult

        public LockObjectsResult​(boolean successful,
                                 boolean timedOut,
                                 boolean waitForUpdate,
                                 long requiredTimestamp,
                                 CDORevisionKey[] staleRevisions,
                                 CDOLockState[] newLockStates,
                                 long timestamp)
        Since:
        4.1
    • Method Detail

      • isSuccessful

        public boolean isSuccessful()
      • isTimedOut

        public boolean isTimedOut()
      • isWaitForUpdate

        public boolean isWaitForUpdate()
      • getRequiredTimestamp

        public long getRequiredTimestamp()
      • getNewLockStates

        public CDOLockState[] getNewLockStates()
        Since:
        4.1
      • getTimestamp

        public long getTimestamp()
        Since:
        4.1