public abstract class RedisSessionAttributeEvent extends RedisSessionEvent
| Modifier and Type | Field and Description |
|---|---|
private String |
name |
private Serializable |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
RedisSessionAttributeEvent(String id,
String name,
Serializable value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Serializable |
getValue() |
String |
toString() |
getIdprivate String name
private Serializable value
protected RedisSessionAttributeEvent(String id, String name, Serializable value)
public String getName()
public Serializable getValue()
public String toString()
toString in class RedisSessionEventCopyright © 2015. All rights reserved.