org.apache.jackrabbit.core.state.bdb
Class NodeReferencesTupleBinding

java.lang.Object
  extended bycom.sleepycat.bind.tuple.TupleBinding
      extended byorg.apache.jackrabbit.core.state.bdb.NodeReferencesTupleBinding
All Implemented Interfaces:
com.sleepycat.bind.EntryBinding

public class NodeReferencesTupleBinding
extends com.sleepycat.bind.tuple.TupleBinding


Constructor Summary
NodeReferencesTupleBinding()
           
NodeReferencesTupleBinding(NodeReferencesId id)
           
 
Method Summary
 Object entryToObject(com.sleepycat.bind.tuple.TupleInput in)
           
 void objectToEntry(Object o, com.sleepycat.bind.tuple.TupleOutput out)
           
 
Methods inherited from class com.sleepycat.bind.tuple.TupleBinding
entryToInput, entryToObject, getPrimitiveBinding, inputToEntry, newOutput, newOutput, objectToEntry, outputToEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeReferencesTupleBinding

public NodeReferencesTupleBinding(NodeReferencesId id)

NodeReferencesTupleBinding

public NodeReferencesTupleBinding()
Method Detail

entryToObject

public Object entryToObject(com.sleepycat.bind.tuple.TupleInput in)

objectToEntry

public void objectToEntry(Object o,
                          com.sleepycat.bind.tuple.TupleOutput out)


Copyright © 2005 The Apache Software Foundation. All Rights Reserved.