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

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

public static interface CDONet4jSession.Options
extends CDOSession.Options

Encapsulates a set of notifying session configuration options.

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
 
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
 int getCommitTimeout()
          Returns the timeout for commit operations in seconds.
 ISignalProtocol<CDONet4jSession> getNet4jProtocol()
          Returns the Net4j protocol instance that represents the underlying signalling connection to the repository of this session.
 int getProgressInterval()
          Returns the interval for progress reports of commit operations in seconds.
 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
getLockNotificationMode, getPassiveUpdateMode, isPassiveUpdateEnabled, setLockNotificationMode, setPassiveUpdateEnabled, setPassiveUpdateMode
 
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
 

Method Detail

getNet4jProtocol

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