AbstractSessionModelManagerSaveSessionProcessor Constructor |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct a new instance of SaveSessionProcessor.
Namespace:
Tangosol.Web.Model
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic SaveSessionProcessor(
long lockId,
bool newSession,
bool initialized,
long timeout,
Binary binModel,
IDictionary externalAttributes,
IList obsoleteExternalAttributes
)
Parameters
- lockId
- Type: SystemInt64
Lock identifier. - newSession
- Type: SystemBoolean
Flag specifying whether this is a new session.
- initialized
- Type: SystemBoolean
Flag specifying whether this session is initialized.
- timeout
- Type: SystemInt64
Session timeout. - binModel
- Type: Tangosol.UtilBinary
Serialized session model. - externalAttributes
- Type: System.CollectionsIDictionary
External attributes. - obsoleteExternalAttributes
- Type: System.CollectionsIList
Obsolete external
attributes.
See Also