org.eclipse.emf.spi.cdo
Interface InternalCDOSessionConfiguration
- All Superinterfaces:
- CDOSessionConfiguration, INotifier
- public interface InternalCDOSessionConfiguration
- extends CDOSessionConfiguration
- Since:
- 3.0
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
Methods inherited from interface org.eclipse.emf.cdo.session.CDOSessionConfiguration |
getAuthenticator, getExceptionHandler, getFetchRuleManager, getIDGenerator, getLockNotificationMode, getPassiveUpdateMode, isActivateOnOpen, isPassiveUpdateEnabled, isSessionOpen, openSession, setActivateOnOpen, setExceptionHandler, setFetchRuleManager, setIDGenerator, setLockNotificationMode, setPassiveUpdateEnabled, setPassiveUpdateMode |
getSession
InternalCDOSession getSession()
createSession
InternalCDOSession createSession()
isMainBranchLocal
boolean isMainBranchLocal()
- Since:
- 4.0
setMainBranchLocal
void setMainBranchLocal(boolean local)
- Since:
- 4.0
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.