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

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

public static interface CDOSession.Options
extends CDOSession.Options

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 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.PassiveUpdateEvent, CDOCommonSession.Options.PassiveUpdateMode
 
Method Summary
 int getCommitTimeout()
          Returns the timeout for commit operations in seconds.
 int getProgressInterval()
          Returns the interval for progress reports of commit operations in seconds.
 ISignalProtocol<CDOSession> getProtocol()
          Returns the Net4j protocol instance that represents the underlying signalling connection to the repository of this session.
 void setCommitTimeout(int commitTimeout)
          Sets the timeout for commit operations in seconds.
 void setProgressInterval(int progressInterval)
          Sets the interval for progress reports of commit operations in seconds.
 
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
getPassiveUpdateMode, isPassiveUpdateEnabled, setPassiveUpdateEnabled, setPassiveUpdateMode
 
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
 

Method Detail

getProtocol

ISignalProtocol<CDOSession> getProtocol()
Returns the Net4j protocol instance that represents the underlying signalling connection to the repository of this session.


getCommitTimeout

int getCommitTimeout()
Returns the timeout for commit operations in seconds.


setCommitTimeout

void setCommitTimeout(int commitTimeout)
Sets the timeout for commit operations in seconds.


getProgressInterval

int getProgressInterval()
Returns the interval for progress reports of commit operations in seconds.


setProgressInterval

void setProgressInterval(int progressInterval)
Sets the interval for progress reports of commit operations in seconds.



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