Package org.eclipse.emf.cdo.net4j
Interface CDONet4jSession
- 
- All Superinterfaces:
- CDOCommonSession,- 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
 - All Known Subinterfaces:
- CDOSession
 
 public interface CDONet4jSession extends CDOSession A Net4j-specific CDOsession.- Since:
- 4.1
- 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 interfaceCDONet4jSession.OptionsEncapsulates a set of notifyingsessionconfiguration options.- 
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 Modifier and Type Method Description CDONet4jSession.Optionsoptions()Returns theoptionsof this session.- 
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- 
optionsCDONet4jSession.Options options() Returns theoptionsof this session.- Specified by:
- optionsin interface- CDOCommonSession
- Specified by:
- optionsin interface- CDOSession
- Specified by:
- optionsin interface- org.eclipse.net4j.util.options.IOptionsContainer
 
 
- 
 
-