Package org.eclipse.emf.cdo.net4j
Schnittstelle CDONet4jSession.Options
- Alle Superschnittstellen:
- CDOCommonSession.Options,- CDOSession.Options,- org.eclipse.net4j.util.event.INotifier,- org.eclipse.net4j.util.options.IOptions
- Alle bekannten Unterschnittstellen:
- CDOSession.Options
- Umschließende Schnittstelle:
- CDONet4jSession
Encapsulates a set of notifying 
session configuration options.- Seit:
- 4.1
- Autor:
- 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.
- 
Verschachtelte Klassen - ÜbersichtVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.emf.cdo.common.CDOCommonSession.OptionsCDOCommonSession.Options.LockNotificationEvent, CDOCommonSession.Options.LockNotificationMode, CDOCommonSession.Options.LockNotificationModeEvent, CDOCommonSession.Options.PassiveUpdateEvent, CDOCommonSession.Options.PassiveUpdateModeVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.emf.cdo.session.CDOSession.OptionsCDOSession.Options.CollectionLoadingPolicyEvent, CDOSession.Options.DelegableViewLockEvent, CDOSession.Options.GeneratedPackageEmulationEvent, CDOSession.Options.LobCacheEvent, CDOSession.Options.PermissionUpdaterEvent, CDOSession.Options.PrefetchSendMaxRevisionKeysEventVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.net4j.util.event.INotifierorg.eclipse.net4j.util.event.INotifier.INotifier2
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungintReturns the timeout for commit operations in seconds.org.eclipse.net4j.signal.ISignalProtocol<CDONet4jSession> Returns the Net4jprotocolinstance that represents the underlying signalling connection to the repository of this session.intReturns the interval for progress reports of commit operations in seconds.longvoidsetCommitTimeout(int commitTimeout) Sets the timeout for commit operations in seconds.voidsetProgressInterval(int progressInterval) Sets the interval for progress reports of commit operations in seconds.voidsetSignalTimeout(long signalTimeout) Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.common.CDOCommonSession.OptionsgetLockNotificationMode, getPassiveUpdateMode, isLockNotificationEnabled, isPassiveUpdateEnabled, setLockNotificationEnabled, setLockNotificationMode, setPassiveUpdateEnabled, setPassiveUpdateModeVon Schnittstelle geerbte Methoden org.eclipse.emf.cdo.session.CDOSession.OptionsgetCollectionLoadingPolicy, getContainer, getLobCache, getPermissionUpdater, getPrefetchSendMaxRevisionKeys, isDelegableViewLockEnabled, isGeneratedPackageEmulationEnabled, setCollectionLoadingPolicy, setDelegableViewLockEnabled, setGeneratedPackageEmulationEnabled, setLobCache, setPermissionUpdater, setPrefetchSendMaxRevisionKeysVon Schnittstelle geerbte Methoden org.eclipse.net4j.util.event.INotifieraddListener, getListeners, hasListeners, removeListener
- 
Methodendetails- 
getNet4jProtocolorg.eclipse.net4j.signal.ISignalProtocol<CDONet4jSession> getNet4jProtocol()Returns the Net4jprotocolinstance that represents the underlying signalling connection to the repository of this session.
- 
getSignalTimeoutlong getSignalTimeout()- Seit:
- 4.5
 
- 
setSignalTimeoutvoid setSignalTimeout(long signalTimeout) - Seit:
- 4.5
 
- 
getCommitTimeoutint getCommitTimeout()Returns the timeout for commit operations in seconds.
- 
setCommitTimeoutvoid setCommitTimeout(int commitTimeout) Sets the timeout for commit operations in seconds.
- 
getProgressIntervalint getProgressInterval()Returns the interval for progress reports of commit operations in seconds.
- 
setProgressIntervalvoid setProgressInterval(int progressInterval) Sets the interval for progress reports of commit operations in seconds.
 
-