summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/certsrv
diff options
context:
space:
mode:
Diffstat (limited to 'pki/base/common/src/com/netscape/certsrv')
-rw-r--r--pki/base/common/src/com/netscape/certsrv/jobs/IJobsScheduler.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/pki/base/common/src/com/netscape/certsrv/jobs/IJobsScheduler.java b/pki/base/common/src/com/netscape/certsrv/jobs/IJobsScheduler.java
index fefa8cc95..844250dee 100644
--- a/pki/base/common/src/com/netscape/certsrv/jobs/IJobsScheduler.java
+++ b/pki/base/common/src/com/netscape/certsrv/jobs/IJobsScheduler.java
@@ -99,13 +99,13 @@ public interface IJobsScheduler extends ISubsystem {
* Retrieves all the job implementations.
* @return a Hashtable of available job plugin implementations
*/
- public Hashtable getPlugins();
+ public Hashtable<String, JobPlugin> getPlugins();
/**
* Retrieves all the job instances.
* @return a Hashtable of job instances
*/
- public Hashtable getInstances();
+ public Hashtable<String, IJob> getInstances();
/**
* Retrieves the configuration parameters of the given