org.hops.ext
Class loc_db

java.lang.Object
  extended by org.hops.ext.loc_db

public class loc_db
extends java.lang.Object


Nested Class Summary
 class loc_db.Transaction
           
 
Constructor Summary
loc_db(java.lang.String _transactions_file, java.lang.String pv_file)
          Creates a new instance of ca_db
 
Method Summary
 attrval getValueFor(java.lang.String attrname)
           
 attrval getValueForCancellation(java.lang.String attrname, java.lang.String tid)
          remove the transaction in the file
 attrval getValueForTransactionId(java.lang.String attrname, java.lang.String data, java.lang.String adressa)
          registers the transaction in the file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

loc_db

public loc_db(java.lang.String _transactions_file,
              java.lang.String pv_file)
Creates a new instance of ca_db

Method Detail

getValueFor

public attrval getValueFor(java.lang.String attrname)

getValueForTransactionId

public attrval getValueForTransactionId(java.lang.String attrname,
                                        java.lang.String data,
                                        java.lang.String adressa)
registers the transaction in the file


getValueForCancellation

public attrval getValueForCancellation(java.lang.String attrname,
                                       java.lang.String tid)
remove the transaction in the file