org.eclipse.emf.cdo.net4j
Interface CDOSession

All Superinterfaces:
CDOCommonSession, CDOSession, CDOUpdatable, Closeable, IContainer<CDOView>, INotifier, IOptionsContainer, IUserAware

public interface CDOSession
extends CDOSession

Since:
2.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
static interface CDOSession.Options
           
 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.session.CDOSession
CDOSession.ExceptionHandler
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainer
IContainer.Modifiable<E>
 
Field Summary
 
Fields inherited from interface org.eclipse.emf.cdo.util.CDOUpdatable
NO_TIMEOUT
 
Method Summary
 CDOSession.Options options()
          Returns the options of this session.
 
Methods inherited from interface org.eclipse.emf.cdo.session.CDOSession
compareRevisions, getBranchManager, getCommitInfoManager, getExceptionHandler, getFetchRuleManager, getPackageRegistry, getRemoteSessionManager, getRepositoryInfo, getRevisionManager, getView, getViews, openTransaction, openTransaction, openTransaction, openTransaction, openTransaction, openTransaction, openTransaction, openTransaction, openView, openView, openView, openView, openView, openView, openView, openView, openView, openView, refresh, waitForUpdate, waitForUpdate
 
Methods inherited from interface org.eclipse.emf.cdo.common.CDOCommonSession
getSessionID
 
Methods inherited from interface org.eclipse.net4j.util.security.IUserAware
getUserID
 
Methods inherited from interface org.eclipse.net4j.util.collection.Closeable
close, isClosed
 
Methods inherited from interface org.eclipse.emf.cdo.util.CDOUpdatable
getLastUpdateTime
 
Methods inherited from interface org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
 
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
 

Method Detail

options

CDOSession.Options options()
Returns the options of this session.

Specified by:
options in interface CDOCommonSession
Specified by:
options in interface CDOSession
Specified by:
options in interface IOptionsContainer


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