Package | Description |
---|---|
com.netscape.certsrv.selftests |
Modifier and Type | Class and Description |
---|---|
class |
EDuplicateSelfTestException
This class implements a duplicate self test exception.
|
class |
EInvalidSelfTestException
This class implements an invalid self test exception.
|
class |
EMissingSelfTestException
This class implements a missing self test exception.
|
Modifier and Type | Method and Description |
---|---|
void |
ISelfTest.runSelfTest(ILogEventListener logger)
Execute an individual self test.
|
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.
|
void |
ISelfTest.startupSelfTest()
Notifies this subsystem if it is in execution mode.
|