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.runSelfTestsOnDemand()
Execute all self tests specified to be run on demand.
|
Modifier and Type | Method and Description |
---|---|
void |
ASelfTest.initSelfTest(ISelfTestSubsystem subsystem,
java.lang.String instanceName,
IConfigStore parameters)
Initializes this subsystem with the configuration store
associated with this instance name.
|
Modifier and Type | Method and Description |
---|---|
void |
CAValidity.initSelfTest(ISelfTestSubsystem subsystem,
java.lang.String instanceName,
IConfigStore parameters)
Initializes this subsystem with the configuration store
associated with this instance name.
|
void |
CAPresence.initSelfTest(ISelfTestSubsystem subsystem,
java.lang.String instanceName,
IConfigStore parameters)
Initializes this subsystem with the configuration store
associated with this instance name.
|
Modifier and Type | Method and Description |
---|---|
void |
SystemCertsVerification.initSelfTest(ISelfTestSubsystem subsystem,
java.lang.String instanceName,
IConfigStore parameters)
Initializes this subsystem with the configuration store
associated with this instance name.
|
Modifier and Type | Method and Description |
---|---|
void |
KRAPresence.initSelfTest(ISelfTestSubsystem subsystem,
java.lang.String instanceName,
IConfigStore parameters)
Initializes this subsystem with the configuration store
associated with this instance name.
|
Modifier and Type | Method and Description |
---|---|
void |
OCSPValidity.initSelfTest(ISelfTestSubsystem subsystem,
java.lang.String instanceName,
IConfigStore parameters)
Initializes this subsystem with the configuration store
associated with this instance name.
|
void |
OCSPPresence.initSelfTest(ISelfTestSubsystem subsystem,
java.lang.String instanceName,
IConfigStore parameters)
Initializes this subsystem with the configuration store
associated with this instance name.
|
Modifier and Type | Method and Description |
---|---|
void |
TKSKnownSessionKey.initSelfTest(ISelfTestSubsystem subsystem,
java.lang.String instanceName,
IConfigStore parameters)
Initializes this subsystem with the configuration store
associated with this instance name.
|
Modifier and Type | Method and Description |
---|---|
SelfTestData |
SelfTestService.createSelfTestData(ISelfTestSubsystem subsystem,
java.lang.String selfTestID) |