Open SiteSearch 4.1.1
Final

ORG.oclc.mantis.verbs
Class MLOGOFF

java.lang.Object
  |
  +--ORG.oclc.webz.Verb
        |
        +--ORG.oclc.mantis.verbs.MLOGOFF

public class MLOGOFF
extends Verb

The MLOGOFF class is a specialized Verb in Record Builder whose function is to logoff a user and remove any existing record locks.

MLOGOFF uses input parameters contained in the RequestManager object.

See Also:
DataPairs, RequestManager

Fields inherited from class ORG.oclc.webz.Verb
user, widgets
 
Constructor Summary
MLOGOFF()
          Constructs an MLOGOFF object.
MLOGOFF(RequestManager rMngr, String URLCmd, UserStateObject user)
          Constructs a MLOGOFF object for the input RequestManager object.
 
Method Summary
 void runit(RequestManager rMngr)
          Executes the MLOGOFF Verb using the input parameters contained in the RequestManager object.
 
Methods inherited from class ORG.oclc.webz.Verb
setUpPage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MLOGOFF

public MLOGOFF()
Constructs an MLOGOFF object.

MLOGOFF

public MLOGOFF(RequestManager rMngr,
               String URLCmd,
               UserStateObject user)
Constructs a MLOGOFF object for the input RequestManager object.
Method Detail

runit

public void runit(RequestManager rMngr)
Executes the MLOGOFF Verb using the input parameters contained in the RequestManager object.
Parameters:
rMngr - the RequestManager object
Overrides:
runit in class Verb

Open SiteSearch 4.1.1
Final