Package com.netscape.certsrv.selftests
Class SelfTestClient
- java.lang.Object
-
- com.netscape.certsrv.client.Client
-
- com.netscape.certsrv.selftests.SelfTestClient
-
public class SelfTestClient extends Client
- Author:
- Endi S. Dewata
-
-
Constructor Summary
Constructors Constructor Description SelfTestClient(PKIClient client, java.lang.String subsystem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteSelfTests(java.lang.String action)SelfTestCollectionfindSelfTests(java.lang.String filter, java.lang.Integer start, java.lang.Integer size)SelfTestDatagetSelfTest(java.lang.String selfTestID)voidinit()SelfTestResultrunSelfTest(java.lang.String selfTestID)SelfTestResultsrunSelfTests()-
Methods inherited from class com.netscape.certsrv.client.Client
addClient, createProxy, get, get, get, get, getClient, getName, getSubsystem, post, post, post, post, removeClient
-
-
-
-
Field Detail
-
resource
public SelfTestResource resource
-
-
Constructor Detail
-
SelfTestClient
public SelfTestClient(PKIClient client, java.lang.String subsystem) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
Method Detail
-
init
public void init() throws java.lang.Exception- Throws:
java.lang.Exception
-
findSelfTests
public SelfTestCollection findSelfTests(java.lang.String filter, java.lang.Integer start, java.lang.Integer size) throws java.lang.Exception
- Throws:
java.lang.Exception
-
executeSelfTests
public void executeSelfTests(java.lang.String action) throws java.lang.Exception- Throws:
java.lang.Exception
-
runSelfTests
public SelfTestResults runSelfTests() throws java.lang.Exception
- Throws:
java.lang.Exception
-
runSelfTest
public SelfTestResult runSelfTest(java.lang.String selfTestID) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getSelfTest
public SelfTestData getSelfTest(java.lang.String selfTestID) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-