Uses of Interface
com.netscape.certsrv.selftests.ISelfTest
Packages that use ISelfTest
Package
Description
-
Uses of ISelfTest in com.netscape.certsrv.selftests
Methods in com.netscape.certsrv.selftests that return ISelfTestModifier and TypeMethodDescriptionISelfTestSubsystem.getSelfTest
(String instanceName) Retrieve an individual self test from the instances list given its instance name. -
Uses of ISelfTest in com.netscape.cms.selftests
Classes in com.netscape.cms.selftests that implement ISelfTest -
Uses of ISelfTest in com.netscape.cms.selftests.common
Classes in com.netscape.cms.selftests.common that implement ISelfTestModifier and TypeClassDescriptionclass
This class implements a self test to check the system certs of the subsystem -
Uses of ISelfTest in com.netscape.cmscore.selftests
Fields in com.netscape.cmscore.selftests with type parameters of type ISelfTestMethods in com.netscape.cmscore.selftests that return ISelfTestModifier and TypeMethodDescriptionSelfTestSubsystem.getSelfTest
(String instanceName) Retrieve an individual self test from the instances list given its instance name.Methods in com.netscape.cmscore.selftests with parameters of type ISelfTestModifier and TypeMethodDescriptionvoid
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).