summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/certsrv/jobs
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-11-18 14:02:21 -0500
committerAdam Young <ayoung@redhat.com>2012-01-04 11:24:45 -0500
commite06776464042c557f2a66cbca874507e2be521a8 (patch)
tree5a1ebab738e9a643e4fc388a841e084c963706a8 /pki/base/common/src/com/netscape/certsrv/jobs
parent04de68d946118b7c56691da707a01334799f17e8 (diff)
downloadpki-e06776464042c557f2a66cbca874507e2be521a8.tar.gz
pki-e06776464042c557f2a66cbca874507e2be521a8.tar.xz
pki-e06776464042c557f2a66cbca874507e2be521a8.zip
typesafety cron and jobscheduler
Diffstat (limited to 'pki/base/common/src/com/netscape/certsrv/jobs')
-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