ORG.oclc.util
Class  bill
java.lang.Object
  |
  +--ORG.oclc.util.bill
- Direct Known Subclasses: 
- SimpleBill
- public abstract class bill- extends Object
| Constructor Summary | 
| bill()
 | 
 
| Method Summary | 
| abstract  void | Close()
 | 
| abstract  void | DbConnect(String autho,
          String sessionId,
          String txnId,
          boolean firstUse,
          char interfaceType,
          long startTime,
          long stopTime,
          String dbName,
          int searches)
 | 
| abstract  void | init(String filename,
     String mode)
 | 
| abstract  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 | 
 
bill
public bill()
init
public abstract void init(String filename,
                          String mode)
                   throws Exception
DbConnect
public abstract void DbConnect(String autho,
                               String sessionId,
                               String txnId,
                               boolean firstUse,
                               char interfaceType,
                               long startTime,
                               long stopTime,
                               String dbName,
                               int searches)
                        throws Exception
SessionConnect
public abstract void SessionConnect(String autho,
                                    String sessionId,
                                    String txnId,
                                    String accessMethod,
                                    boolean firstUse,
                                    char interfaceType,
                                    long startTime,
                                    long stopTime)
                             throws Exception
Close
public abstract void Close()