org.jrdf.util.bdb
Class NodeBinding

java.lang.Object
  extended by com.sleepycat.bind.tuple.TupleBase
      extended by com.sleepycat.bind.tuple.TupleBinding
          extended by org.jrdf.util.bdb.NodeBinding
All Implemented Interfaces:
com.sleepycat.bind.EntryBinding, Serializable

public class NodeBinding
extends com.sleepycat.bind.tuple.TupleBinding
implements Serializable

See Also:
Serialized Form

Constructor Summary
NodeBinding()
           
 
Method Summary
 Object entryToObject(com.sleepycat.bind.tuple.TupleInput tupleInput)
           
 void objectToEntry(Object object, com.sleepycat.bind.tuple.TupleOutput tupleOutput)
           
 
Methods inherited from class com.sleepycat.bind.tuple.TupleBinding
entryToObject, getPrimitiveBinding, objectToEntry
 
Methods inherited from class com.sleepycat.bind.tuple.TupleBase
entryToInput, getTupleBufferSize, getTupleOutput, inputToEntry, newOutput, newOutput, outputToEntry, setTupleBufferSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeBinding

public NodeBinding()
Method Detail

entryToObject

public Object entryToObject(com.sleepycat.bind.tuple.TupleInput tupleInput)
Specified by:
entryToObject in class com.sleepycat.bind.tuple.TupleBinding

objectToEntry

public void objectToEntry(Object object,
                          com.sleepycat.bind.tuple.TupleOutput tupleOutput)
Specified by:
objectToEntry in class com.sleepycat.bind.tuple.TupleBinding