org.hibernate.search.indexes.serialization.javaserialization.impl
Class Message

java.lang.Object
  extended by 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

Constructor Summary
Message(Set<Operation> operations)
           
 
Method Summary
 Set<Operation> getOperations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Message

public Message(Set<Operation> operations)
Method Detail

getOperations

public Set<Operation> getOperations()


Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved