org.apache.jackrabbit.core.cluster
Class ClusterRecordDeserializer

java.lang.Object
  extended by org.apache.jackrabbit.core.cluster.ClusterRecordDeserializer

public class ClusterRecordDeserializer
extends Object

Deserialize a record written by a ClusterNode.


Constructor Summary
ClusterRecordDeserializer()
           
 
Method Summary
 ClusterRecord deserialize(Record record)
          Deserialize a cluster record.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterRecordDeserializer

public ClusterRecordDeserializer()
Method Detail

deserialize

public ClusterRecord deserialize(Record record)
                          throws JournalException
Deserialize a cluster record.

Parameters:
record - basic record containing a cluster record
Returns:
deserialized cluster record
Throws:
JournalException - if an error occurs


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.