Open SiteSearch 4.1.1
Final

ORG.oclc.webz
Class LOGOFF

java.lang.Object
  |
  +--ORG.oclc.webz.Verb
        |
        +--ORG.oclc.webz.ZVerb
              |
              +--ORG.oclc.webz.LOGOFF

public class LOGOFF
extends ZVerb

The LOGOFF class sets flags in the user state to indicate the user is exiting the system so that user session shutdown processing can be performed after the response is issued to the user.


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
 
Fields inherited from class ORG.oclc.webz.Verb
user, widgets
 
Constructor Summary
LOGOFF()
          Constructs a LOGOFF object.
 
Method Summary
 void runit(RequestManager rMngr)
          Executes the LOGOFF class using the input for the current transaction managed by the RequestManager object.
 
Methods inherited from class ORG.oclc.webz.ZVerb
doAccessControl, doSort, initZUser, restoreDbState, saveDbState, saveRecs, toString
 
Methods inherited from class ORG.oclc.webz.Verb
setUpPage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LOGOFF

public LOGOFF()
Constructs a LOGOFF object.
Method Detail

runit

public void runit(RequestManager rMngr)
Executes the LOGOFF class using the input for the current transaction managed by the RequestManager object. Flags are set in the user state to indicate the user is exiting from the system and appropriate cleanup will be performed after a response is sent.
Parameters:
rMngr - the current transaction information manager
Overrides:
runit in class Verb

Open SiteSearch 4.1.1
Final