Package org.eclipse.emf.spi.cdo
Class CDOSessionProtocol.LockObjectsResult
java.lang.Object
org.eclipse.emf.spi.cdo.CDOSessionProtocol.LockObjectsResult
- Enclosing interface:
- CDOSessionProtocol
If the meaning of this type isn't clear, there really should be more of a description here...
- Since:
- 4.0
-
Constructor Summary
ConstructorDescriptionLockObjectsResult
(boolean successful, boolean timedOut, boolean waitForUpdate, long requiredTimestamp, CDORevisionKey[] staleRevisions) Deprecated.LockObjectsResult
(boolean successful, boolean timedOut, boolean waitForUpdate, long requiredTimestamp, CDORevisionKey[] staleRevisions, List<CDOLockDelta> lockDeltas, List<CDOLockState> lockStates, long timestamp) LockObjectsResult
(boolean successful, boolean timedOut, boolean waitForUpdate, long requiredTimestamp, CDORevisionKey[] staleRevisions, CDOLockState[] newLockStates, long timestamp) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.long
long
boolean
boolean
boolean
-
Constructor Details
-
LockObjectsResult
public LockObjectsResult(boolean successful, boolean timedOut, boolean waitForUpdate, long requiredTimestamp, CDORevisionKey[] staleRevisions, List<CDOLockDelta> lockDeltas, List<CDOLockState> lockStates, long timestamp) - Since:
- 4.15
-
LockObjectsResult
@Deprecated public LockObjectsResult(boolean successful, boolean timedOut, boolean waitForUpdate, long requiredTimestamp, CDORevisionKey[] staleRevisions) Deprecated. -
LockObjectsResult
@Deprecated public LockObjectsResult(boolean successful, boolean timedOut, boolean waitForUpdate, long requiredTimestamp, CDORevisionKey[] staleRevisions, CDOLockState[] newLockStates, long timestamp) Deprecated.- Since:
- 4.1
-
-
Method Details
-
isSuccessful
public boolean isSuccessful() -
isTimedOut
public boolean isTimedOut() -
isWaitForUpdate
public boolean isWaitForUpdate() -
getRequiredTimestamp
public long getRequiredTimestamp() -
getTimestamp
public long getTimestamp()- Since:
- 4.1
-
getStaleRevisions
-
getLockDeltas
- Since:
- 4.15
-
getLockStates
- Since:
- 4.15
-
getNewLockStates
Deprecated.As of 4.15 usegetLockStates()
.- Since:
- 4.1
-
getLockStates()
.