com.arsdigita.core
Class DBCheck

java.lang.Object
  extended bycom.arsdigita.util.parameter.AbstractParameterContext
      extended bycom.arsdigita.runtime.AbstractScript
          extended bycom.arsdigita.packaging.Check
              extended bycom.arsdigita.core.BaseCheck
                  extended bycom.arsdigita.core.DBCheck
All Implemented Interfaces:
ParameterContext, Script

public class DBCheck
extends com.arsdigita.core.BaseCheck

DBCheck

Version:
$Revision: #6 $ $Date: 2004/04/07 $
Author:
Rafael H. Schloming <rhs@mit.edu>

Nested Class Summary
 
Nested classes inherited from class com.arsdigita.packaging.Check
Check.Status
 
Field Summary
static String versionId
           
 
Fields inherited from class com.arsdigita.packaging.Check
FAIL, PASS, WARN
 
Constructor Summary
DBCheck()
           
 
Method Summary
 void run(ScriptContext ctx)
          The run method is inoked to execute the script.
 
Methods inherited from class com.arsdigita.packaging.Check
getStatus, status
 
Methods inherited from class com.arsdigita.util.parameter.AbstractParameterContext
get, get, getParameters, load, load, loadInfo, register, save, set, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.arsdigita.util.parameter.ParameterContext
get, get, getParameters, load, save, set, validate
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

DBCheck

public DBCheck()
Method Detail

run

public void run(ScriptContext ctx)
Description copied from class: AbstractScript
The run method is inoked to execute the script. Before calling this method any required parameters registered by the noargs constructer should be set.

Specified by:
run in interface Script
Specified by:
run in class AbstractScript
Parameters:
ctx - the context in which to run the script


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC