Open SiteSearch 4.1.1
Final

ORG.oclc.util
Class SimpleBill

java.lang.Object
  |
  +--ORG.oclc.util.bill
        |
        +--ORG.oclc.util.SimpleBill

public class SimpleBill
extends bill


Constructor Summary
SimpleBill()
           
 
Method Summary
 void Close()
           
 void DbConnect(String autho, String sessionId, String txnId, boolean firstUse, char interfaceType, long startTime, long stopTime, String dbName, int searches)
           
 void init(String filename, String mode)
           
 void SessionConnect(String autho, String sessionId, String txnId, String accessMethod, boolean firstUse, char interfaceType, long startTime, long stopTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleBill

public SimpleBill()
Method Detail

init

public void init(String filename,
                 String mode)
          throws Exception
Overrides:
init in class bill

DbConnect

public void DbConnect(String autho,
                      String sessionId,
                      String txnId,
                      boolean firstUse,
                      char interfaceType,
                      long startTime,
                      long stopTime,
                      String dbName,
                      int searches)
               throws Exception
Overrides:
DbConnect in class bill

SessionConnect

public void SessionConnect(String autho,
                           String sessionId,
                           String txnId,
                           String accessMethod,
                           boolean firstUse,
                           char interfaceType,
                           long startTime,
                           long stopTime)
                    throws Exception
Overrides:
SessionConnect in class bill

Close

public void Close()
Overrides:
Close in class bill

Open SiteSearch 4.1.1
Final