
public static interface CDONet4jSession.Options extends CDOSession.Options
session configuration options.CDOSession.Options.CollectionLoadingPolicyEvent, CDOSession.Options.GeneratedPackageEmulationEvent, CDOSession.Options.LobCacheEventCDOCommonSession.Options.LockNotificationMode, CDOCommonSession.Options.LockNotificationModeEvent, CDOCommonSession.Options.PassiveUpdateEvent, CDOCommonSession.Options.PassiveUpdateMode| Modifier and Type | Method and Description |
|---|---|
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.
|
getCollectionLoadingPolicy, getContainer, getLobCache, isGeneratedPackageEmulationEnabled, setCollectionLoadingPolicy, setGeneratedPackageEmulationEnabled, setLobCachegetLockNotificationMode, getPassiveUpdateMode, isPassiveUpdateEnabled, setLockNotificationMode, setPassiveUpdateEnabled, setPassiveUpdateModeaddListener, getListeners, hasListeners, removeListenerISignalProtocol<CDONet4jSession> getNet4jProtocol()
protocol instance that represents the underlying
signalling connection to the repository of this session.int getCommitTimeout()
void setCommitTimeout(int commitTimeout)
int getProgressInterval()
void setProgressInterval(int progressInterval)
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.