org.eclipse.emf.spi.cdo
Class CDOSessionProtocol.UnlockObjectsResult

java.lang.Object
  extended by org.eclipse.emf.spi.cdo.CDOSessionProtocol.UnlockObjectsResult
Enclosing interface:
CDOSessionProtocol

public static final class CDOSessionProtocol.UnlockObjectsResult
extends Object

If the meaning of this type isn't clear, there really should be more of a description here...

Since:
4.1

Constructor Summary
CDOSessionProtocol.UnlockObjectsResult(CDOLockState[] newLockStates, long timestamp)
           
 
Method Summary
 CDOLockState[] getNewLockStates()
           
 long getTimestamp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDOSessionProtocol.UnlockObjectsResult

public CDOSessionProtocol.UnlockObjectsResult(CDOLockState[] newLockStates,
                                              long timestamp)
Method Detail

getNewLockStates

public CDOLockState[] getNewLockStates()

getTimestamp

public long getTimestamp()


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.