org.eclipse.emf.cdo.net4j
Interface CDOSession.Options

All Superinterfaces:
CDOCommonSession.Options, CDONet4jSession.Options, CDOSession.Options, INotifier, IOptions
Enclosing interface:
CDOSession

Deprecated. Use CDONet4jSession.Options.

@Deprecated
public static interface CDOSession.Options
  
extends CDONet4jSession.Options

Deprecated, use CDONet4jSession.Options.

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
 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.session.CDOSession.Options
CDOSession.Options.CollectionLoadingPolicyEvent, CDOSession.Options.GeneratedPackageEmulationEvent, CDOSession.Options.LobCacheEvent
 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.common.CDOCommonSession.Options
CDOCommonSession.Options.LockNotificationMode, CDOCommonSession.Options.LockNotificationModeEvent, CDOCommonSession.Options.PassiveUpdateEvent, CDOCommonSession.Options.PassiveUpdateMode
 
Method Summary
 ISignalProtocol<CDOSession> getProtocol()
          Deprecated. Kept for 4.0 compatibility. Newer code should call CDONet4jSession.Options.getNet4jProtocol().
 
Methods inherited from interface org.eclipse.emf.cdo.net4j.CDONet4jSession.Options
getCommitTimeout, getNet4jProtocol, getProgressInterval, setCommitTimeout, setProgressInterval
 
Methods inherited from interface org.eclipse.emf.cdo.session.CDOSession.Options
getCollectionLoadingPolicy, getContainer, getLobCache, isGeneratedPackageEmulationEnabled, setCollectionLoadingPolicy, setGeneratedPackageEmulationEnabled, setLobCache
 
Methods inherited from interface org.eclipse.emf.cdo.common.CDOCommonSession.Options
getLockNotificationMode, getPassiveUpdateMode, isPassiveUpdateEnabled, setLockNotificationMode, setPassiveUpdateEnabled, setPassiveUpdateMode
 
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
 

Method Detail

getProtocol

@Deprecated
ISignalProtocol<CDOSession> getProtocol()
Deprecated. Kept for 4.0 compatibility. Newer code should call CDONet4jSession.Options.getNet4jProtocol().

Returns the Net4j protocol instance that represents the underlying signalling connection to the repository of this session.

See Also:
CDONet4jSession.Options.getNet4jProtocol()


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