Package org.eclipse.emf.spi.cdo
Class CDOSessionProtocol.LockObjectsResult
- java.lang.Object
- 
- org.eclipse.emf.spi.cdo.CDOSessionProtocol.LockObjectsResult
 
- 
- Enclosing interface:
- CDOSessionProtocol
 
 public static final class CDOSessionProtocol.LockObjectsResult extends java.lang.ObjectIf the meaning of this type isn't clear, there really should be more of a description here...- Since:
- 4.0
 
- 
- 
Constructor SummaryConstructors Constructor Description LockObjectsResult(boolean successful, boolean timedOut, boolean waitForUpdate, long requiredTimestamp, CDORevisionKey[] staleRevisions)Deprecated.LockObjectsResult(boolean successful, boolean timedOut, boolean waitForUpdate, long requiredTimestamp, CDORevisionKey[] staleRevisions, CDOLockState[] newLockStates, long timestamp)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CDOLockState[]getNewLockStates()longgetRequiredTimestamp()CDORevisionKey[]getStaleRevisions()longgetTimestamp()booleanisSuccessful()booleanisTimedOut()booleanisWaitForUpdate()
 
- 
- 
- 
Constructor Detail- 
LockObjectsResult@Deprecated public LockObjectsResult(boolean successful, boolean timedOut, boolean waitForUpdate, long requiredTimestamp, CDORevisionKey[] staleRevisions)Deprecated.
 - 
LockObjectsResultpublic LockObjectsResult(boolean successful, boolean timedOut, boolean waitForUpdate, long requiredTimestamp, CDORevisionKey[] staleRevisions, CDOLockState[] newLockStates, long timestamp)- Since:
- 4.1
 
 
- 
 - 
Method Detail- 
isSuccessfulpublic boolean isSuccessful() 
 - 
isTimedOutpublic boolean isTimedOut() 
 - 
isWaitForUpdatepublic boolean isWaitForUpdate() 
 - 
getRequiredTimestamppublic long getRequiredTimestamp() 
 - 
getStaleRevisionspublic CDORevisionKey[] getStaleRevisions() 
 - 
getNewLockStatespublic CDOLockState[] getNewLockStates() - Since:
- 4.1
 
 - 
getTimestamppublic long getTimestamp() - Since:
- 4.1
 
 
- 
 
-