Package org.eclipse.emf.spi.cdo
Class CDOSessionProtocol.UnlockObjectsResult
java.lang.Object
org.eclipse.emf.spi.cdo.CDOSessionProtocol.UnlockObjectsResult
- Enclosing interface:
- CDOSessionProtocol
If the meaning of this type isn't clear, there really should be more of a description here...
- Since:
- 4.1
-
Constructor Summary
ConstructorDescriptionUnlockObjectsResult
(long timestamp, List<CDOLockDelta> lockDeltas, List<CDOLockState> lockStates) UnlockObjectsResult
(CDOLockState[] newLockStates, long timestamp) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.long
-
Constructor Details
-
UnlockObjectsResult
public UnlockObjectsResult(long timestamp, List<CDOLockDelta> lockDeltas, List<CDOLockState> lockStates) - Since:
- 4.15
-
UnlockObjectsResult
Deprecated.
-
-
Method Details
-
getTimestamp
public long getTimestamp() -
getLockDeltas
- Since:
- 4.15
-
getLockStates
- Since:
- 4.15
-
getNewLockStates
Deprecated.As of 4.15 usegetLockStates()
.
-
getLockStates()
.