org.eclipse.emf.cdo.net4j
Interface CDONet4jSession

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

public interface CDONet4jSession
extends CDOSession

A Net4j-specific CDO session.

Since:
4.1
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 CDONet4jSession.Options
          Encapsulates a set of notifying session configuration 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
 CDONet4jSession.Options options()
          Returns the options of this session.
 
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

CDONet4jSession.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) 2011, 2012 Eike Stepper (Berlin, Germany) and others.