jimm.evote.db
Class BoothBinding

java.lang.Object
  extended bycom.sleepycat.bind.tuple.TupleBinding
      extended byjimm.evote.db.BoothBinding
All Implemented Interfaces:
EntryBinding

public class BoothBinding
extends TupleBinding

Translates Booths to and from storage format.


Constructor Summary
BoothBinding()
           
 
Method Summary
 java.lang.Object entryToObject(TupleInput ti)
           
 void objectToEntry(java.lang.Object object, TupleOutput to)
           
 
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

BoothBinding

public BoothBinding()
Method Detail

objectToEntry

public void objectToEntry(java.lang.Object object,
                          TupleOutput to)

entryToObject

public java.lang.Object entryToObject(TupleInput ti)


Copyright (c) 2004 by Jim Menard jimm@io.com