PIP.IO.MSD
Class EntryReader

java.lang.Object
  extended by PIP.IO.MSD.EntryReader

public class EntryReader
extends java.lang.Object


Constructor Summary
EntryReader()
           
 
Method Summary
 Entry read(int entryId)
          Reads in Entry information from the MSD
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryReader

public EntryReader()
            throws java.sql.SQLException,
                   java.lang.ClassNotFoundException
Throws:
java.sql.SQLException
java.lang.ClassNotFoundException
Method Detail

read

public Entry read(int entryId)
           throws java.sql.SQLException,
                  java.lang.Exception
Reads in Entry information from the MSD

Parameters:
entryId -
Returns:
An Entry with the passed in entryId
Throws:
java.sql.SQLException
java.lang.Exception