org.hibernate.search.indexes.serialization.javaserialization.impl
Class Message
java.lang.Object
org.hibernate.search.indexes.serialization.javaserialization.impl.Message
- All Implemented Interfaces:
- Serializable
public class Message
- extends Object
- implements Serializable
A message is made of:
- a protocol version number
- a set of operations
- Author:
- Emmanuel Bernard
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Message
public Message(Set<Operation> operations)
getOperations
public Set<Operation> getOperations()
Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved