Open SiteSearch 4.1.1
Final

ORG.oclc.mantis.verbs
Class ESLock

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

public class ESLock
extends MVerb

The ESLock class is used to setup the Z39.50 QUERY Verb that will issue a query to ZBase. ZBase will transform the query information into the correct syntax to communicate with the Lock Server.

See Also:
ORG.oclc.lock.db.DbLock, RequestManager

Fields inherited from class ORG.oclc.mantis.verbs.MVerb
accessClient, action, actionNode, app_page, autho, dirtyTemplate, DISPLAYCMD, EDITCMD, editsessionid, editTimeout, esi_user, lockServerHost, lockServerPort, NOLOCKBACKUP, NOLOCKUPDATE, rMngr, style, SUCCESS, templateName, VIEWCMD
 
Fields inherited from class ORG.oclc.webz.Verb
user, widgets
 
Constructor Summary
ESLock()
          Constructs an ESLock object.
ESLock(EditSessionInfo e, String locktype, int timeout)
          Constructs a ESLock object with the input RequestManager object.
 
Method Summary
 void runit(RequestManager r)
          Executes the ESLock VERB using the input parameters contained in the RequestManager object.
 
Methods inherited from class ORG.oclc.mantis.verbs.MVerb
authWarnMsg, doInit, getLock, getModule, getModule, getModule, initMUser, makeBody, noLockWarnMsg, releaseLock, setButton, setButton, setupEditSession, stdClose, stdSetup, toString, unSetButton
 
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

ESLock

public ESLock()
Constructs an ESLock object.

ESLock

public ESLock(EditSessionInfo e,
              String locktype,
              int timeout)
Constructs a ESLock object with the input RequestManager object.
Method Detail

runit

public void runit(RequestManager r)
Executes the ESLock VERB using the input parameters contained in the RequestManager object.
Overrides:
runit in class MVerb

Open SiteSearch 4.1.1
Final