Uses of Interface
com.netscape.certsrv.selftests.ISelfTest
-
Packages that use ISelfTest Package Description com.netscape.certsrv.selftests com.netscape.cms.selftests com.netscape.cms.selftests.common com.netscape.cmscore.selftests -
-
Uses of ISelfTest in com.netscape.certsrv.selftests
Methods in com.netscape.certsrv.selftests that return ISelfTest Modifier and Type Method Description ISelfTestISelfTestSubsystem. getSelfTest(java.lang.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 Modifier and Type Class Description classASelfTestThis class implements an individual self test. -
Uses of ISelfTest in com.netscape.cms.selftests.common
Classes in com.netscape.cms.selftests.common that implement ISelfTest Modifier and Type Class Description classSystemCertsVerificationThis 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 ISelfTest Modifier and Type Field Description java.util.Hashtable<java.lang.String,ISelfTest>SelfTestSubsystem. mSelfTestInstancesMethods in com.netscape.cmscore.selftests that return ISelfTest Modifier and Type Method Description ISelfTestSelfTestSubsystem. getSelfTest(java.lang.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 ISelfTest Modifier and Type Method Description voidSelfTestSubsystem. registerSelfTestAtStartup(java.lang.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(java.lang.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).
-