|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Encapsulates a set of notifying session
configuration options.
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 |
---|
ISignalProtocol<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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |