Fido Alpha 3.2

fido.db
Class TransactionSlotTable

java.lang.Object
  |
  +--fido.db.TransactionSlotTable

public class TransactionSlotTable
extends java.lang.Object


Constructor Summary
TransactionSlotTable()
           
 
Method Summary
 void add(int transactionId, java.lang.String frameSlot, int instructionId)
           
 void delete(int id, java.lang.String frameSlot)
           
 int hashCode(int id, java.lang.String slot)
           
 int hashCode(java.lang.String id, java.lang.String slot)
           
 java.util.Collection list(int transaction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionSlotTable

public TransactionSlotTable()
Method Detail

add

public void add(int transactionId,
                java.lang.String frameSlot,
                int instructionId)
         throws FidoDatabaseException,
                InstructionNotFoundException
FidoDatabaseException
InstructionNotFoundException

delete

public void delete(int id,
                   java.lang.String frameSlot)
            throws FidoDatabaseException
FidoDatabaseException

list

public java.util.Collection list(int transaction)
                          throws FidoDatabaseException
FidoDatabaseException

hashCode

public int hashCode(java.lang.String id,
                    java.lang.String slot)
             throws FidoDatabaseException,
                    TransactionNotFoundException
FidoDatabaseException
TransactionNotFoundException

hashCode

public int hashCode(int id,
                    java.lang.String slot)
             throws FidoDatabaseException,
                    TransactionNotFoundException
FidoDatabaseException
TransactionNotFoundException

Fido Alpha 3.2