Uses of Class
com.netscape.certsrv.selftests.EInvalidSelfTestException
Packages that use EInvalidSelfTestException
Package
Description
-
Uses of EInvalidSelfTestException in com.netscape.certsrv.selftests
Methods in com.netscape.certsrv.selftests that throw EInvalidSelfTestExceptionModifier and TypeMethodDescriptionvoid
ISelfTest.initSelfTest
(ISelfTestSubsystem subsystem, String instanceName, ConfigStore parameters) Initializes this subsystem with the configuration store associated with this instance name. -
Uses of EInvalidSelfTestException in com.netscape.cms.selftests
Methods in com.netscape.cms.selftests that throw EInvalidSelfTestExceptionModifier and TypeMethodDescriptionvoid
ASelfTest.initSelfTest
(ISelfTestSubsystem subsystem, String instanceName, ConfigStore parameters) Initializes this subsystem with the configuration store associated with this instance name. -
Uses of EInvalidSelfTestException in com.netscape.cms.selftests.common
Methods in com.netscape.cms.selftests.common that throw EInvalidSelfTestExceptionModifier and TypeMethodDescriptionvoid
SystemCertsVerification.initSelfTest
(ISelfTestSubsystem subsystem, String instanceName, ConfigStore parameters) Initializes this subsystem with the configuration store associated with this instance name. -
Uses of EInvalidSelfTestException in com.netscape.cmscore.selftests
Methods in com.netscape.cmscore.selftests that throw EInvalidSelfTestExceptionModifier and TypeMethodDescriptionvoid
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.void
SelfTestSubsystem.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).void
SelfTestSubsystem.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).