Uses of Class
com.netscape.certsrv.selftests.EMissingSelfTestException
-
-
Uses of EMissingSelfTestException in com.netscape.certsrv.selftests
Methods in com.netscape.certsrv.selftests that throw EMissingSelfTestException Modifier and Type Method Description void
ISelfTest. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)
Initializes this subsystem with the configuration store associated with this instance name.boolean
ISelfTestSubsystem. isSelfTestCriticalAtStartup(java.lang.String instanceName)
Determine if failure of the specified self test is fatal to server startup.boolean
ISelfTestSubsystem. isSelfTestCriticalOnDemand(java.lang.String instanceName)
Determine if failure of the specified self test is fatal when it is executed on demand.boolean
ISelfTestSubsystem. isSelfTestEnabledAtStartup(java.lang.String instanceName)
Determine if the specified self test is executed automatically at server startup.boolean
ISelfTestSubsystem. isSelfTestEnabledOnDemand(java.lang.String instanceName)
Determine if the specified self test is enabled to be executed on demand.void
ISelfTestSubsystem. runSelfTestsOnDemand()
Execute all self tests specified to be run on demand. -
Uses of EMissingSelfTestException in com.netscape.cms.selftests
Methods in com.netscape.cms.selftests that throw EMissingSelfTestException Modifier and Type Method Description void
ASelfTest. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)
Initializes this subsystem with the configuration store associated with this instance name. -
Uses of EMissingSelfTestException in com.netscape.cms.selftests.ca
Methods in com.netscape.cms.selftests.ca that throw EMissingSelfTestException Modifier and Type Method Description void
CAPresence. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)
Initializes this subsystem with the configuration store associated with this instance name.void
CAValidity. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)
Initializes this subsystem with the configuration store associated with this instance name. -
Uses of EMissingSelfTestException in com.netscape.cms.selftests.common
Methods in com.netscape.cms.selftests.common that throw EMissingSelfTestException Modifier and Type Method Description void
SystemCertsVerification. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)
Initializes this subsystem with the configuration store associated with this instance name. -
Uses of EMissingSelfTestException in com.netscape.cms.selftests.kra
Methods in com.netscape.cms.selftests.kra that throw EMissingSelfTestException Modifier and Type Method Description void
KRAPresence. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)
Initializes this subsystem with the configuration store associated with this instance name. -
Uses of EMissingSelfTestException in com.netscape.cms.selftests.ocsp
Methods in com.netscape.cms.selftests.ocsp that throw EMissingSelfTestException Modifier and Type Method Description void
OCSPPresence. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)
Initializes this subsystem with the configuration store associated with this instance name.void
OCSPValidity. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)
Initializes this subsystem with the configuration store associated with this instance name. -
Uses of EMissingSelfTestException in com.netscape.cmscore.selftests
Methods in com.netscape.cmscore.selftests that throw EMissingSelfTestException Modifier and Type Method Description void
SelfTestSubsystem. deregisterSelfTestAtStartup(java.lang.String instanceName)
Deregister an individual self test on the instances list AND on the "startup" list (note that the specified self test will be removed from each list).void
SelfTestSubsystem. deregisterSelfTestOnDemand(java.lang.String instanceName)
Deregister an individual self test on the instances list AND on the "on demand" list (note that the specified self test will be removed from each list).void
SelfTestSubsystem. disableSelfTestAtStartup(java.lang.String instanceName)
Disable the specified self test at server startup.void
SelfTestSubsystem. disableSelfTestOnDemand(java.lang.String instanceName)
Disable the specified self test from being able to be executed on demand.void
SelfTestSubsystem. enableSelfTestAtStartup(java.lang.String instanceName, boolean isCritical)
Enable the specified self test at server startup.void
SelfTestSubsystem. enableSelfTestOnDemand(java.lang.String instanceName, boolean isCritical)
Enable the specified self test to be executed on demand.boolean
SelfTestSubsystem. isSelfTestCriticalAtStartup(java.lang.String instanceName)
Determine if failure of the specified self test is fatal to server startup.boolean
SelfTestSubsystem. isSelfTestCriticalOnDemand(java.lang.String instanceName)
Determine if failure of the specified self test is fatal when it is executed on demand.boolean
SelfTestSubsystem. isSelfTestEnabledAtStartup(java.lang.String instanceName)
Determine if the specified self test is executed automatically at server startup.boolean
SelfTestSubsystem. isSelfTestEnabledOnDemand(java.lang.String instanceName)
Determine if the specified self test is enabled to be executed on demand.void
SelfTestSubsystem. registerSelfTestAtStartup(java.lang.String instanceName, boolean isCritical, ISelfTest instance)
Register an individual self test on the instances list AND on the "startup" list (note that the specified self test will be appended to the end of each list).void
SelfTestSubsystem. registerSelfTestOnDemand(java.lang.String instanceName, boolean isCritical, ISelfTest instance)
Register an individual self test on the instances list AND on the "on demand" list (note that the specified self test will be appended to the end of each list).void
SelfTestSubsystem. runSelfTestsOnDemand()
Execute all self tests specified to be run on demand. -
Uses of EMissingSelfTestException in org.dogtagpki.server.rest
Methods in org.dogtagpki.server.rest that throw EMissingSelfTestException Modifier and Type Method Description SelfTestData
SelfTestService. createSelfTestData(ISelfTestSubsystem subsystem, java.lang.String selfTestID)
-