Package org.eclipse.emf.spi.cdo
Klasse CDOSessionProtocol.LockObjectsResult
java.lang.Object
org.eclipse.emf.spi.cdo.CDOSessionProtocol.LockObjectsResult
- Umschließende Schnittstelle:
CDOSessionProtocol
If the meaning of this type isn't clear, there really should be more of a description here...
- Seit:
- 4.0
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungLockObjectsResult
(boolean successful, boolean timedOut, boolean waitForUpdate, long requiredTimestamp, CDORevisionKey[] staleRevisions) Veraltet.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) Veraltet. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungVeraltet.long
long
boolean
boolean
boolean
-
Konstruktordetails
-
LockObjectsResult
public LockObjectsResult(boolean successful, boolean timedOut, boolean waitForUpdate, long requiredTimestamp, CDORevisionKey[] staleRevisions, List<CDOLockDelta> lockDeltas, List<CDOLockState> lockStates, long timestamp) - Seit:
- 4.15
-
LockObjectsResult
@Deprecated public LockObjectsResult(boolean successful, boolean timedOut, boolean waitForUpdate, long requiredTimestamp, CDORevisionKey[] staleRevisions) Veraltet. -
LockObjectsResult
@Deprecated public LockObjectsResult(boolean successful, boolean timedOut, boolean waitForUpdate, long requiredTimestamp, CDORevisionKey[] staleRevisions, CDOLockState[] newLockStates, long timestamp) Veraltet.- Seit:
- 4.1
-
-
Methodendetails
-
isSuccessful
public boolean isSuccessful() -
isTimedOut
public boolean isTimedOut() -
isWaitForUpdate
public boolean isWaitForUpdate() -
getRequiredTimestamp
public long getRequiredTimestamp() -
getTimestamp
public long getTimestamp()- Seit:
- 4.1
-
getStaleRevisions
-
getLockDeltas
- Seit:
- 4.15
-
getLockStates
- Seit:
- 4.15
-
getNewLockStates
Veraltet.As of 4.15 usegetLockStates()
.- Seit:
- 4.1
-
getLockStates()
.