Uses of Class
com.netscape.certsrv.selftests.EMissingSelfTestException
Packages that use EMissingSelfTestException
Package
Description
-
Uses of EMissingSelfTestException in com.netscape.cms.selftests
Methods in com.netscape.cms.selftests that throw EMissingSelfTestExceptionModifier and TypeMethodDescriptionvoid
SelfTest.initSelfTest
(SelfTestSubsystem subsystem, String instanceName, ConfigStore 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 EMissingSelfTestExceptionModifier and TypeMethodDescriptionvoid
SystemCertsVerification.initSelfTest
(SelfTestSubsystem subsystem, String instanceName, ConfigStore 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 EMissingSelfTestExceptionModifier and TypeMethodDescriptionvoid
SelfTestSubsystem.deregisterSelfTestAtStartup
(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
(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
(String instanceName) Disable the specified self test at server startup.void
SelfTestSubsystem.disableSelfTestOnDemand
(String instanceName) Disable the specified self test from being able to be executed on demand.void
SelfTestSubsystem.enableSelfTestAtStartup
(String instanceName, boolean isCritical) Enable the specified self test at server startup.void
SelfTestSubsystem.enableSelfTestOnDemand
(String instanceName, boolean isCritical) Enable the specified self test to be executed on demand.boolean
SelfTestSubsystem.isSelfTestCriticalAtStartup
(String instanceName) Determine if failure of the specified self test is fatal to server startup.boolean
SelfTestSubsystem.isSelfTestCriticalOnDemand
(String instanceName) Determine if failure of the specified self test is fatal when it is executed on demand.boolean
SelfTestSubsystem.isSelfTestEnabledAtStartup
(String instanceName) Determine if the specified self test is executed automatically at server startup.boolean
SelfTestSubsystem.isSelfTestEnabledOnDemand
(String instanceName) Determine if the specified self test is enabled to be executed on demand.void
SelfTestSubsystem.registerSelfTestAtStartup
(String instanceName, boolean isCritical, SelfTest 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
(String instanceName, boolean isCritical, SelfTest 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 EMissingSelfTestExceptionModifier and TypeMethodDescriptionSelfTestService.createSelfTestData
(SelfTestSubsystem subsystem, String selfTestID)