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
Classes in org.apache.felix.gogo.runtime that implement Job Modifier and Type Class Description (package private) class
CommandSessionImpl.JobImpl
Fields in org.apache.felix.gogo.runtime declared as Job Modifier and Type Field Description (package private) Job
Pipe. job
Fields in org.apache.felix.gogo.runtime with type parameters of type Job Modifier and Type Field Description private java.util.List<Job>
CommandSessionImpl.JobImpl. children
Methods in org.apache.felix.gogo.runtime that return Job Modifier and Type Method Description Job
Pipe. job()
Job
CommandSessionImpl.JobImpl. parent()
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()
Methods in org.apache.felix.gogo.runtime with parameters of type Job Modifier and Type Method Description void
CommandSessionImpl.JobImpl. add(Job child)
-
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)
-