Java org.springframework.session.data.gemfire AbstractGemFireOperationsSessionRepository.GemFireSession fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.session.data.gemfire AbstractGemFireOperationsSessionRepository.GemFireSession fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.session.data.gemfire AbstractGemFireOperationsSessionRepository.GemFireSession.

The text is from its open source code.

Constructor

AbstractGemFireOperationsSessionRepository.GemFireSession
GemFireSession(String id)
Constructs a new instance of GemFireSession initialized with the given Session#getId() Session Identifier .
GemFireSession(Session session)
Constructs a new instance of GemFireSession copied from the given Session .

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
intgetMaxInactiveIntervalInSeconds()
Returns the maximum interval in seconds in which a Session can remain inactive before the Session is considered expired.
inthashCode()
Returns a hash code value for the object.
voidsetMaxInactiveIntervalInSeconds(int maxInactiveIntervalInSeconds)
Sets the maximum interval in seconds in which a Session can remain inactive before the Session is considered expired.