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

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

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


Constructor Summary
NodeStateTupleBinding()
           
NodeStateTupleBinding(NodeId nodeId)
           
 
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

NodeStateTupleBinding

public NodeStateTupleBinding(NodeId nodeId)

NodeStateTupleBinding

public NodeStateTupleBinding()
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.