public class SessionCustomExpiry
extends java.lang.Object
implements org.apache.geode.cache.CustomExpiry<java.lang.String,javax.servlet.http.HttpSession>, java.io.Serializable, org.apache.geode.cache.Declarable
| Constructor and Description |
|---|
SessionCustomExpiry() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
equals(java.lang.Object obj) |
org.apache.geode.cache.ExpirationAttributes |
getExpiry(org.apache.geode.cache.Region.Entry<java.lang.String,javax.servlet.http.HttpSession> entry) |
void |
init(java.util.Properties props) |
public org.apache.geode.cache.ExpirationAttributes getExpiry(org.apache.geode.cache.Region.Entry<java.lang.String,javax.servlet.http.HttpSession> entry)
getExpiry in interface org.apache.geode.cache.CustomExpiry<java.lang.String,javax.servlet.http.HttpSession>public void close()
close in interface org.apache.geode.cache.CacheCallbackpublic void init(java.util.Properties props)
init in interface org.apache.geode.cache.Declarablepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object