Show / Hide Table of Contents

Class ResetSessionTimeoutProcessor

Entry processor that resets session timeout.

Inheritance
object
AbstractProcessor
ResetSessionTimeoutProcessor
Implements
IEntryProcessor
IPortableObject
Inherited Members
AbstractProcessor.Process(IInvocableCacheEntry)
AbstractProcessor.ProcessAll(ICollection)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Tangosol.Web
Assembly: Coherence.SessionStore.dll
Syntax
public class ResetSessionTimeoutProcessor : AbstractProcessor, IEntryProcessor, IPortableObject

Constructors

ResetSessionTimeoutProcessor(long)

Construct new ResetSessionTimeoutProcessor

Declaration
public ResetSessionTimeoutProcessor(long timeout)
Parameters
Type Name Description
long timeout

How long the session can be inactive before it will expire.

Methods

ReadExternal(IPofReader)

Restore the contents of a user type instance by reading its state using the specified IPofReader object.

Declaration
public void ReadExternal(IPofReader reader)
Parameters
Type Name Description
IPofReader reader

The IPofReader from which to read the object's state.

Exceptions
Type Condition
IOException

If an I/O error occurs.

WriteExternal(IPofWriter)

Save the contents of a POF user type instance by writing its state using the specified IPofWriter object.

Declaration
public void WriteExternal(IPofWriter writer)
Parameters
Type Name Description
IPofWriter writer

The IPofWriter to which to write the object's state.

Exceptions
Type Condition
IOException

If an I/O error occurs.

Implements

IEntryProcessor
IPortableObject
In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.