ORG.oclc.HoldingServer
Class  IHB
java.lang.Object
  |
  +--ORG.oclc.HoldingServer.IHB
- public class IHB- extends Object
 
| Constructor Summary | 
| IHB()
 | 
 
| Method Summary | 
|  void | close()Close the ihb file(s).
 | 
| static ORG.oclc.Newton.query.BitSet | getBitSet(int recno)Get an ihb record.
 | 
| static ORG.oclc.Newton.query.BitSet | getBitSet(String issn)This is not implemented.
 | 
| static void | initIHB(IniFile inifile,
        String section)Open the ihb file(s) specified by the IniFile parameters.
 | 
| static void | main(String[] args)
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
 
IHB_SECTION
public static final String IHB_SECTION
IHB
public IHB()
initIHB
public static void initIHB(IniFile inifile,
                           String section)
                    throws Exception
- Open the ihb file(s) specified by the IniFile parameters.- 
- Parameters:
- inifile- the IniFile
- section- the section name for the ihb parameters.
- Throws:
- Exception - this was probably an I/O error reading the file
 
close
public void close()
- Close the ihb file(s).
getBitSet
public static ORG.oclc.Newton.query.BitSet getBitSet(int recno)
- Get an ihb record.- 
- Parameters:
- recno- to retrieve
- Returns:
- BitSet of the ihb record
- Throws:
- IOException - the file could not be read
 
getBitSet
public static ORG.oclc.Newton.query.BitSet getBitSet(String issn)
- This is not implemented. It returns null. Eventually, it would look
 up the record by issn.- 
- Parameters:
- issn- key
- Returns:
- ihb record
 
main
public static void main(String[] args)