Package org.eclipse.emf.spi.cdo
Class CDOSessionProtocol.UnlockObjectsResult
- java.lang.Object
- 
- org.eclipse.emf.spi.cdo.CDOSessionProtocol.UnlockObjectsResult
 
- 
- Enclosing interface:
- CDOSessionProtocol
 
 public static final class CDOSessionProtocol.UnlockObjectsResult extends java.lang.ObjectIf the meaning of this type isn't clear, there really should be more of a description here...- Since:
- 4.1
 
- 
- 
Constructor SummaryConstructors Constructor Description UnlockObjectsResult(CDOLockState[] newLockStates, long timestamp)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CDOLockState[]getNewLockStates()longgetTimestamp()
 
- 
- 
- 
Constructor Detail- 
UnlockObjectsResultpublic UnlockObjectsResult(CDOLockState[] newLockStates, long timestamp) 
 
- 
 - 
Method Detail- 
getNewLockStatespublic CDOLockState[] getNewLockStates() 
 - 
getTimestamppublic long getTimestamp() 
 
- 
 
-