org.eclipse.emf.cdo.spi.workspace
Interface InternalCDOWorkspace

All Superinterfaces:
CDORevisionProvider, CDOWorkspace, Closeable, INotifier

public interface InternalCDOWorkspace
extends CDOWorkspace

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

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.workspace.CDOWorkspace
CDOWorkspace.DirtyStateChangedEvent
 
Method Summary
 InternalCDOWorkspaceBase getBase()
           
 CDOCommonRepository.IDGenerationLocation getIDGenerationLocation()
           
 InternalRepository getLocalRepository()
           
 InternalCDOSession getLocalSession()
           
 CDOSessionConfigurationFactory getRemoteSessionConfigurationFactory()
           
 
Methods inherited from interface org.eclipse.emf.cdo.workspace.CDOWorkspace
checkin, checkin, compare, compare, getBranchPath, getLocalChanges, getTimeStamp, isDirty, isFixed, merge, merge, openTransaction, openTransaction, openView, openView, replace, revert, update
 
Methods inherited from interface org.eclipse.emf.cdo.common.revision.CDORevisionProvider
getRevision
 
Methods inherited from interface org.eclipse.net4j.util.collection.Closeable
close, isClosed
 
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
 

Method Detail

getIDGenerationLocation

CDOCommonRepository.IDGenerationLocation getIDGenerationLocation()
Since:
4.1

getBase

InternalCDOWorkspaceBase getBase()
Specified by:
getBase in interface CDOWorkspace

getLocalRepository

InternalRepository getLocalRepository()

getLocalSession

InternalCDOSession getLocalSession()

getRemoteSessionConfigurationFactory

CDOSessionConfigurationFactory getRemoteSessionConfigurationFactory()
Since:
4.1


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