Package org.eclipse.emf.cdo.net4j
Interface CDOSession
- 
- All Superinterfaces:
- CDOCommonSession,- CDONet4jSession,- CDOSession,- CDOTransactionContainer,- CDOTransactionOpener,- CDOUpdatable,- CDOViewContainer,- CDOViewOpener,- org.eclipse.net4j.util.collection.Closeable,- IAdaptable,- org.eclipse.net4j.util.container.IContainer<CDOView>,- org.eclipse.net4j.util.event.INotifier,- org.eclipse.net4j.util.options.IOptionsContainer,- org.eclipse.net4j.util.security.IPasswordCredentialsProvider.Provider,- org.eclipse.net4j.util.properties.IPropertiesContainer,- org.eclipse.net4j.util.security.IUserAware
 
 @Deprecated public interface CDOSession extends CDONet4jSession Deprecated.UseCDONet4jSession.Deprecated, useCDONet4jSession.- 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 SummaryNested Classes Modifier and Type Interface Description static interfaceCDOSession.OptionsDeprecated.- 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.session.CDOSessionCDOSession.ExceptionHandler
 - 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainerorg.eclipse.net4j.util.container.IContainer.Modifiable<E extends java.lang.Object>, org.eclipse.net4j.util.container.IContainer.Persistable<E extends java.lang.Object>, org.eclipse.net4j.util.container.IContainer.Persistence<E extends java.lang.Object>
 
- 
 - 
Field Summary- 
Fields inherited from interface org.eclipse.emf.cdo.util.CDOUpdatableNO_TIMEOUT
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CDOSession.Optionsoptions()Deprecated.- 
Methods inherited from interface org.eclipse.emf.cdo.common.CDOCommonSessionauthorizeOperations, getOpeningTime, getSessionID, getView, getViews
 - 
Methods inherited from interface org.eclipse.emf.cdo.session.CDOSessionchangeCredentials, changeServerPassword, compareRevisions, getBranchManager, getCommitInfoManager, getExceptionHandler, getFetchRuleManager, getIDGenerator, getPackageRegistry, getRemoteSessionManager, getRepositoryInfo, getRevisionManager, newBlob, newBlob, newClob, newClob, refresh, refresh, waitForUpdate, waitForUpdate
 - 
Methods inherited from interface org.eclipse.emf.cdo.transaction.CDOTransactionContainergetTransaction, getTransactions, getTransactions, openTransaction, openTransaction, openTransaction, openTransaction, openTransaction, openTransaction
 - 
Methods inherited from interface org.eclipse.emf.cdo.transaction.CDOTransactionOpeneropenTransaction, openTransaction
 - 
Methods inherited from interface org.eclipse.emf.cdo.util.CDOUpdatablegetLastUpdateTime, runAfterUpdate
 - 
Methods inherited from interface org.eclipse.emf.cdo.view.CDOViewContainergetView, getViews, getViews, openView, openView, openView, openView, openView, openView, openView, openView
 - 
Methods inherited from interface org.eclipse.emf.cdo.view.CDOViewOpeneropenView, openView
 - 
Methods inherited from interface org.eclipse.core.runtime.IAdaptablegetAdapter
 - 
Methods inherited from interface org.eclipse.net4j.util.event.INotifieraddListener, getListeners, hasListeners, removeListener
 
- 
 
- 
- 
- 
Method Detail- 
options@Deprecated CDOSession.Options options() Deprecated.Returns theoptionsof this session.- Specified by:
- optionsin interface- CDOCommonSession
- Specified by:
- optionsin interface- CDONet4jSession
- Specified by:
- optionsin interface- CDOSession
- Specified by:
- optionsin interface- org.eclipse.net4j.util.options.IOptionsContainer
 
 
- 
 
-