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 TypeMethodDescriptionvoidSelfTest.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 TypeMethodDescriptionvoidSystemCertsVerification.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 TypeMethodDescriptionvoidSelfTestSubsystem.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).voidSelfTestSubsystem.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).voidSelfTestSubsystem.disableSelfTestAtStartup(String instanceName) Disable the specified self test at server startup.voidSelfTestSubsystem.disableSelfTestOnDemand(String instanceName) Disable the specified self test from being able to be executed on demand.voidSelfTestSubsystem.enableSelfTestAtStartup(String instanceName, boolean isCritical) Enable the specified self test at server startup.voidSelfTestSubsystem.enableSelfTestOnDemand(String instanceName, boolean isCritical) Enable the specified self test to be executed on demand.booleanSelfTestSubsystem.isSelfTestCriticalAtStartup(String instanceName) Determine if failure of the specified self test is fatal to server startup.booleanSelfTestSubsystem.isSelfTestCriticalOnDemand(String instanceName) Determine if failure of the specified self test is fatal when it is executed on demand.booleanSelfTestSubsystem.isSelfTestEnabledAtStartup(String instanceName) Determine if the specified self test is executed automatically at server startup.booleanSelfTestSubsystem.isSelfTestEnabledOnDemand(String instanceName) Determine if the specified self test is enabled to be executed on demand.voidSelfTestSubsystem.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).voidSelfTestSubsystem.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).voidSelfTestSubsystem.runSelfTestsOnDemand()Execute all self tests specified to be run on demand. -
Uses of EMissingSelfTestException in org.dogtagpki.server.rest.v1
Methods in org.dogtagpki.server.rest.v1 that throw EMissingSelfTestExceptionModifier and TypeMethodDescriptionSelfTestService.createSelfTestData(SelfTestSubsystem subsystem, String selfTestID)