org.eclipse.emf.spi.cdo
Interface InternalCDOSessionConfiguration

All Superinterfaces:
CDOSessionConfiguration, 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
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.CDOSessionConfiguration
CDOSessionConfiguration.SessionOpenedEvent
 
Method Summary
 InternalCDOSession createSession()
           
 InternalCDOSession getSession()
           
 boolean isMainBranchLocal()
           
 void setMainBranchLocal(boolean local)
           
 
Methods inherited from interface org.eclipse.emf.cdo.session.CDOSessionConfiguration
getAuthenticator, getBranchManager, getCredentialsProvider, getExceptionHandler, getFetchRuleManager, getIDGenerator, getLockNotificationMode, getPassiveUpdateMode, getUserID, isActivateOnOpen, isPassiveUpdateEnabled, isSessionOpen, openSession, setActivateOnOpen, setBranchManager, setCredentialsProvider, setExceptionHandler, setFetchRuleManager, setIDGenerator, setLockNotificationMode, setPassiveUpdateEnabled, setPassiveUpdateMode, setUserID
 
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
 

Method Detail

getSession

InternalCDOSession getSession()

createSession

InternalCDOSession createSession()

isMainBranchLocal

boolean isMainBranchLocal()
Since:
4.0

setMainBranchLocal

void setMainBranchLocal(boolean local)
Since:
4.0


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