ORG.oclc.util
Class SimpleBill
java.lang.Object
|
+--ORG.oclc.util.bill
|
+--ORG.oclc.util.SimpleBill
- public class SimpleBill
- extends bill
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 |
SimpleBill
public SimpleBill()
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