Uses of Class
com.netscape.certsrv.selftests.EMissingSelfTestException
Packages that use EMissingSelfTestException
Package
Description
-
Uses of EMissingSelfTestException in com.netscape.certsrv.selftests
Methods in com.netscape.certsrv.selftests that throw EMissingSelfTestExceptionModifier and TypeMethodDescriptionvoidISelfTest.initSelfTest(ISelfTestSubsystem subsystem, String instanceName, IConfigStore parameters) Initializes this subsystem with the configuration store associated with this instance name.booleanISelfTestSubsystem.isSelfTestCriticalAtStartup(String instanceName) Determine if failure of the specified self test is fatal to server startup.booleanISelfTestSubsystem.isSelfTestCriticalOnDemand(String instanceName) Determine if failure of the specified self test is fatal when it is executed on demand.booleanISelfTestSubsystem.isSelfTestEnabledAtStartup(String instanceName) Determine if the specified self test is executed automatically at server startup.booleanISelfTestSubsystem.isSelfTestEnabledOnDemand(String instanceName) Determine if the specified self test is enabled to be executed on demand.voidISelfTestSubsystem.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 EMissingSelfTestExceptionModifier and TypeMethodDescriptionvoidASelfTest.initSelfTest(ISelfTestSubsystem subsystem, 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 EMissingSelfTestExceptionModifier and TypeMethodDescriptionvoidSystemCertsVerification.initSelfTest(ISelfTestSubsystem subsystem, 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 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, 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).voidSelfTestSubsystem.registerSelfTestOnDemand(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).voidSelfTestSubsystem.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(ISelfTestSubsystem subsystem, String selfTestID)