Package ddf.platform.scheduler
Class CommandJob
java.lang.Object
ddf.platform.scheduler.CommandJob
- All Implemented Interfaces:
org.quartz.Job
Executes Felix/Karaf commands when called as a Quartz
Job- Author:
- Ashraf Barakat
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.quartz.JobExecutionContext context) protected org.apache.karaf.shell.api.console.SessionFactoryprotected ddf.security.Subject
-
Field Details
-
COMMAND_KEY
- See Also:
-
-
Constructor Details
-
CommandJob
public CommandJob(org.codice.ddf.security.Security security)
-
-
Method Details
-
getSystemSubject
protected ddf.security.Subject getSystemSubject() -
execute
public void execute(org.quartz.JobExecutionContext context) - Specified by:
executein interfaceorg.quartz.Job
-
getSessionFactory
@Nullable protected org.apache.karaf.shell.api.console.SessionFactory getSessionFactory()
-