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
Method Summary |
void |
runit(RequestManager rMngr)
Executes the MLOGOFF Verb using the input parameters contained
in the RequestManager object. |
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.
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