Uses of Class
org.eclipse.emf.cdo.common.CDOCommonSession.Options.LockNotificationMode

Packages that use CDOCommonSession.Options.LockNotificationMode
org.eclipse.emf.cdo.common Common concepts that are differently extended in clients and servers. 
org.eclipse.emf.cdo.session Client concepts for dealing with sessions to CDO repositories. 
 

Uses of CDOCommonSession.Options.LockNotificationMode in org.eclipse.emf.cdo.common
 

Methods in org.eclipse.emf.cdo.common that return CDOCommonSession.Options.LockNotificationMode
 CDOCommonSession.Options.LockNotificationMode CDOCommonSession.Options.getLockNotificationMode()
           
static CDOCommonSession.Options.LockNotificationMode CDOCommonSession.Options.LockNotificationMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CDOCommonSession.Options.LockNotificationMode[] CDOCommonSession.Options.LockNotificationMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.emf.cdo.common with parameters of type CDOCommonSession.Options.LockNotificationMode
 void CDOCommonSession.Options.setLockNotificationMode(CDOCommonSession.Options.LockNotificationMode mode)
           
 

Uses of CDOCommonSession.Options.LockNotificationMode in org.eclipse.emf.cdo.session
 

Methods in org.eclipse.emf.cdo.session that return CDOCommonSession.Options.LockNotificationMode
 CDOCommonSession.Options.LockNotificationMode CDOSessionConfiguration.getLockNotificationMode()
           
 

Methods in org.eclipse.emf.cdo.session with parameters of type CDOCommonSession.Options.LockNotificationMode
 void CDOSessionConfiguration.setLockNotificationMode(CDOCommonSession.Options.LockNotificationMode mode)
           
 



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