fido.db
Class TransactionPreconditionTable
java.lang.Object
|
+--fido.db.TransactionPreconditionTable
- public class TransactionPreconditionTable
- extends java.lang.Object
Method Summary |
void |
add(int transactionId,
java.lang.String ifFrameSlot,
int operator,
java.lang.String linkName,
java.lang.String linkFrameSlot,
java.lang.String attributeName,
int satisfyTransactionId)
|
void |
delete(int id,
java.lang.String frameSlot)
|
int |
hashCode(int id,
java.lang.String slot)
|
java.util.Collection |
list(int id)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionPreconditionTable
public TransactionPreconditionTable()
add
public void add(int transactionId,
java.lang.String ifFrameSlot,
int operator,
java.lang.String linkName,
java.lang.String linkFrameSlot,
java.lang.String attributeName,
int satisfyTransactionId)
throws FidoDatabaseException,
TransactionNotFoundException
FidoDatabaseException
TransactionNotFoundException
delete
public void delete(int id,
java.lang.String frameSlot)
throws FidoDatabaseException
FidoDatabaseException
list
public java.util.Collection list(int id)
throws FidoDatabaseException
FidoDatabaseException
hashCode
public int hashCode(int id,
java.lang.String slot)
throws FidoDatabaseException,
TransactionNotFoundException
FidoDatabaseException
TransactionNotFoundException