Uses of Interface
org.apache.felix.service.command.Job
-
Packages that use Job Package Description org.apache.felix.gogo.runtime org.apache.felix.service.command -
-
Uses of Job in org.apache.felix.gogo.runtime
Methods in org.apache.felix.gogo.runtime that return Job Modifier and Type Method Description Job
Pipe. job()
Methods in org.apache.felix.gogo.runtime that return types with arguments of type Job Modifier and Type Method Description java.util.List<Job>
CommandSessionImpl. jobs()
-
Uses of Job in org.apache.felix.service.command
Methods in org.apache.felix.service.command that return Job Modifier and Type Method Description static Job
Job.Utils. current()
Get the job running in the current thread or null.Job
CommandSession. foregroundJob()
Get the current foreground job or null.Job
Process. job()
Get the job controlling this processJob
Job. parent()
Methods in org.apache.felix.service.command that return types with arguments of type Job Modifier and Type Method Description java.util.List<Job>
CommandSession. jobs()
List jobs.Methods in org.apache.felix.service.command with parameters of type Job Modifier and Type Method Description void
JobListener. jobChanged(Job job, Job.Status previous, Job.Status current)
-