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 - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.emf.cdo.common.CDOCommonSession.Options
CDOCommonSession.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.Options
CDOSession.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.INotifier
org.eclipse.net4j.util.event.INotifier.INotifier2 -
Methodenübersicht
Modifizierer 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.Options
getLockNotificationMode, getPassiveUpdateMode, isLockNotificationEnabled, isPassiveUpdateEnabled, setLockNotificationEnabled, setLockNotificationMode, setPassiveUpdateEnabled, setPassiveUpdateModeVon Schnittstelle geerbte Methoden org.eclipse.emf.cdo.session.CDOSession.Options
getCollectionLoadingPolicy, getContainer, getLobCache, getPermissionUpdater, getPrefetchSendMaxRevisionKeys, isDelegableViewLockEnabled, isGeneratedPackageEmulationEnabled, setCollectionLoadingPolicy, setDelegableViewLockEnabled, setGeneratedPackageEmulationEnabled, setLobCache, setPermissionUpdater, setPrefetchSendMaxRevisionKeysVon Schnittstelle geerbte Methoden org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
-
Methodendetails
-
getNet4jProtocol
org.eclipse.net4j.signal.ISignalProtocol<CDONet4jSession> getNet4jProtocol()Returns the Net4jprotocolinstance that represents the underlying signalling connection to the repository of this session. -
getSignalTimeout
long getSignalTimeout()- Seit:
- 4.5
-
setSignalTimeout
void setSignalTimeout(long signalTimeout) - Seit:
- 4.5
-
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.
-