Package org.redisson.tomcat
Class AttributeUpdateMessage
- java.lang.Object
-
- org.redisson.tomcat.AttributeMessage
-
- org.redisson.tomcat.AttributeUpdateMessage
-
- All Implemented Interfaces:
Serializable
public class AttributeUpdateMessage extends AttributeMessage
- Author:
- Nikita Koksharov
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttributeUpdateMessage()
AttributeUpdateMessage(String nodeId, String sessionId, String name, Object value, Encoder encoder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Object
getValue(Decoder<?> decoder)
-
Methods inherited from class org.redisson.tomcat.AttributeMessage
getNodeId, getSessionId, toByteArray, toObject
-
-
-
-
Constructor Detail
-
AttributeUpdateMessage
public AttributeUpdateMessage()
-
AttributeUpdateMessage
public AttributeUpdateMessage(String nodeId, String sessionId, String name, Object value, Encoder encoder) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getName
public String getName()
-
getValue
public Object getValue(Decoder<?> decoder) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-