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

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

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


Constructor Summary
PropertyStateTupleBinding(BLOBStore blobStore)
           
PropertyStateTupleBinding(PropertyId propertyId, BLOBStore blobStore)
           
 
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

PropertyStateTupleBinding

public PropertyStateTupleBinding(BLOBStore blobStore)

PropertyStateTupleBinding

public PropertyStateTupleBinding(PropertyId propertyId,
                                 BLOBStore blobStore)
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.