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 |
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 |
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.
runit
public void runit(RequestManager r)
- Executes the ESLock VERB using the input parameters contained
in the RequestManager object.
- Overrides:
- runit in class MVerb