public class JobExecServiceImpl extends java.lang.Object implements JobExecService
| Modifier | Constructor and Description |
|---|---|
protected |
JobExecServiceImpl()
Constructor for JobExecServiceImpl.
|
protected |
JobExecServiceImpl(org.appops.logging.impl.LogManager logManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeJob(java.lang.String token)
executeJob.
|
JobPool |
getPool()
Getter for the field
pool. |
void |
setPool(JobPool pool)
Setter for the field
pool. |
protected JobExecServiceImpl()
Constructor for JobExecServiceImpl.
@Inject protected JobExecServiceImpl(org.appops.logging.impl.LogManager logManager)
public void executeJob(java.lang.String token)
executeJob.
Decrypt job token and executes job by using job token provided.executeJob in interface JobExecServicetoken - a String object.Copyright © 2022. All rights reserved.