org.eclipse.emf.cdo.net4j
Interface CDOSession

All Superinterfaces:
CDOCommonSession, CDONet4jSession, CDOSession, CDOTransactionContainer, CDOUpdatable, CDOViewContainer, Closeable, IAdaptable, IContainer<CDOView>, INotifier, IOptionsContainer, IUserAware

Deprecated. Use CDONet4jSession.

@Deprecated
public interface CDOSession
  
extends CDONet4jSession

Deprecated, use CDONet4jSession.

Since:
2.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
static interface CDOSession.Options
          Deprecated. Use CDONet4jSession.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()
          Deprecated. Use CDONet4jSession.options().
 
Methods inherited from interface org.eclipse.emf.cdo.session.CDOSession
compareRevisions, getBranchManager, getCommitInfoManager, getExceptionHandler, getFetchRuleManager, getIDGenerator, getPackageRegistry, getRemoteSessionManager, getRepositoryInfo, getRevisionManager, refresh, waitForUpdate, waitForUpdate
 
Methods inherited from interface org.eclipse.emf.cdo.common.CDOCommonSession
getSessionID, getView, getViews
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
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.emf.cdo.transaction.CDOTransactionContainer
getTransaction, getTransactions, getTransactions, openTransaction, openTransaction, openTransaction, openTransaction, openTransaction, openTransaction, openTransaction, openTransaction
 
Methods inherited from interface org.eclipse.emf.cdo.view.CDOViewContainer
getView, getViews, getViews, openView, openView, openView, openView, openView, openView, openView, openView, openView, openView
 
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

@Deprecated
CDOSession.Options options()
Deprecated. Use CDONet4jSession.options().

Returns the options of this session.

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


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