Class ResetSessionTimeoutProcessor
Entry processor that resets session timeout.
Inherited Members
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. |