org.hibernate.search.backend.impl.jgroups
Class BackendMessage

java.lang.Object
  extended by org.hibernate.search.backend.impl.jgroups.BackendMessage
All Implemented Interfaces:
Serializable

public class BackendMessage
extends Object
implements Serializable

Author:
Sanne Grinovero (C) 2011 Red Hat Inc., Emmanuel Bernard
See Also:
Serialized Form

Field Summary
 String indexName
           
 byte[] queue
           
 
Constructor Summary
BackendMessage(String indexName, byte[] queue)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

indexName

public final String indexName

queue

public final byte[] queue
Constructor Detail

BackendMessage

public BackendMessage(String indexName,
                      byte[] queue)


Copyright © 2006-2012 Hibernate. All Rights Reserved.