ORG.oclc.obi.extverb
Class BookMark
java.lang.Object
|
+--ORG.oclc.webz.Verb
|
+--ORG.oclc.webz.ZVerb
|
+--ORG.oclc.webz.FETCH
|
+--ORG.oclc.obi.extverb.BookMark
- public class BookMark
- extends FETCH
The BookMark class is a specialized FETCH Verb to save(bookmark)
records for later e-mail or display.
BookMark uses input parameters contained in the RequestManager
object. A successful execution of BookMark is the retrieval and
save of the requested record. A failure can occur in the FETCH
and the bad page is set up in the RequestManager object.
BookMark sets up the record present as a 'temporary' database
type retrieval so that current searching state is preserved.
If the requested bookmark record has not already been retrieved,
a FETCH is issued to retrieve the record. It is then saved to
disk in the user's temp directory which is deleted during user
cleanup. The BookMarkEntry object is used to maintain the
current bookmarked records for a user.
- See Also:
FETCH
,
DataPairs
,
BookMarkEntry
,
RequestManager
,
UserStateObject
Fields inherited from class ORG.oclc.webz.ZVerb |
bytesIn,
bytesOut,
dbGroupSearch,
dbname,
fmtClass,
format,
inputQueryInfo,
numrecs,
postings,
ranked,
recno,
resultSetName,
sorting,
tempDb,
traceMsgs,
z39session,
zDb,
zQueryTerm,
zServer,
zUserData |
Constructor Summary |
BookMark()
Constructs a BookMark object. |
Method Summary |
void |
runit(RequestManager rMngr)
Exectues the BookMark Verb using the input parameters contained
in the RequestManager object. |
BookMark
public BookMark()
- Constructs a BookMark object.
runit
public void runit(RequestManager rMngr)
- Exectues the BookMark Verb using the input parameters contained
in the RequestManager object.
- Overrides:
- runit in class FETCH