Package | Description |
---|---|
com.netscape.certsrv.selftests |
Modifier and Type | Method and Description |
---|---|
void |
ISelfTest.initSelfTest(ISelfTestSubsystem subsystem,
java.lang.String instanceName,
IConfigStore parameters)
Initializes this subsystem with the configuration store
associated with this instance name.
|
boolean |
ISelfTestSubsystem.isSelfTestCriticalAtStartup(java.lang.String instanceName)
Determine if failure of the specified self test is fatal to
server startup.
|
boolean |
ISelfTestSubsystem.isSelfTestCriticalOnDemand(java.lang.String instanceName)
Determine if failure of the specified self test is fatal when
it is executed on demand.
|
boolean |
ISelfTestSubsystem.isSelfTestEnabledAtStartup(java.lang.String instanceName)
Determine if the specified self test is executed automatically
at server startup.
|
boolean |
ISelfTestSubsystem.isSelfTestEnabledOnDemand(java.lang.String instanceName)
Determine if the specified self test is enabled to be executed on demand.
|
void |
ISelfTestSubsystem.runSelfTestsAtStartup()
Execute all self tests specified to be run at server startup.
|
void |
ISelfTestSubsystem.runSelfTestsOnDemand()
Execute all self tests specified to be run on demand.
|