Package org.eclipse.emf.spi.cdo
Interface InternalCDOSessionConfiguration
- 
- All Superinterfaces:
- CDOSessionConfiguration,- org.eclipse.net4j.util.event.INotifier
 
 public interface InternalCDOSessionConfiguration extends CDOSessionConfiguration If the meaning of this type isn't clear, there really should be more of a description here...- Since:
- 3.0
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.session.CDOSessionConfigurationCDOSessionConfiguration.SessionOpenedEvent
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalCDOSessioncreateSession()InternalCDOSessiongetSession()booleanisMainBranchLocal()voidsetMainBranchLocal(boolean local)- 
Methods inherited from interface org.eclipse.emf.cdo.session.CDOSessionConfigurationgetAuthenticator, getBranchManager, getCredentialsProvider, getExceptionHandler, getFetchRuleManager, getIDGenerator, getLockNotificationMode, getPassiveUpdateMode, getUserID, isActivateOnOpen, isPassiveUpdateEnabled, isSessionOpen, openSession, setActivateOnOpen, setBranchManager, setCredentialsProvider, setExceptionHandler, setFetchRuleManager, setIDGenerator, setLockNotificationMode, setPassiveUpdateEnabled, setPassiveUpdateMode, setUserID
 
- 
 
- 
- 
- 
Method Detail- 
getSessionInternalCDOSession getSession() 
 - 
createSessionInternalCDOSession createSession() 
 - 
isMainBranchLocalboolean isMainBranchLocal() - Since:
- 4.0
 
 - 
setMainBranchLocalvoid setMainBranchLocal(boolean local) - Since:
- 4.0
 
 
- 
 
-