| 
 | Open SiteSearch 4.1.1 Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--ORG.oclc.db.DbDemo
DbDemo is a simple application using the Z39.50 Client API. Once the application is started, enter a '?' to get help on commands available. Invoke DbDemo with the following flags:
| Field Summary | |
| static String | OCLC_BER_SYNTAX | 
| Constructor Summary | |
| DbDemo() | |
| Method Summary | |
|  boolean | db(String dbName) | 
|  boolean | db(StringTokenizer inputParms) | 
|  boolean | display(StringTokenizer inputParms) | 
|  void | displayRecords(DbPresentData[] records) | 
|  boolean | find(String query) | 
|  StringTokenizer | get_input() | 
|  boolean | help() | 
|  boolean | init(String[] args) | 
|  void | main_loop() | 
| static void | main(String[] args) | 
|  boolean | rank(StringTokenizer inputParms) | 
|  boolean | scan(StringTokenizer inputParms) | 
|  boolean | select_command(StringTokenizer inputParms) | 
|  void | setIn(BufferedReader input) | 
|  void | setOut(PrintStream ps) | 
|  void | setOutputFile(DataOutputStream output) | 
|  boolean | setup(IniFile inifile) | 
|  void | showDBs() | 
|  boolean | sleep(StringTokenizer inputParms) | 
|  void | usage() | 
|  boolean | verbose() | 
| Methods inherited from class java.lang.Object | 
| clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
| Field Detail | 
public static final String OCLC_BER_SYNTAX
| Constructor Detail | 
public DbDemo()
| Method Detail | 
public boolean db(StringTokenizer inputParms)
public boolean db(String dbName)
public boolean display(StringTokenizer inputParms)
                throws Diagnostic1,
                       Exception
public void displayRecords(DbPresentData[] records)
                    throws IOException
public boolean find(String query)
             throws Diagnostic1,
                    Exception
public StringTokenizer get_input()
public boolean help()
public boolean init(String[] args)
public boolean setup(IniFile inifile)
public void setIn(BufferedReader input)
public void setOutputFile(DataOutputStream output)
public void setOut(PrintStream ps)
public static void main(String[] args)
public void main_loop()
public boolean rank(StringTokenizer inputParms)
public boolean scan(StringTokenizer inputParms)
             throws Diagnostic1,
                    Exception
public boolean select_command(StringTokenizer inputParms)
                       throws Diagnostic1,
                              Exception
public void showDBs()
public boolean sleep(StringTokenizer inputParms)
public void usage()
public boolean verbose()
| 
 | Open SiteSearch 4.1.1 Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||