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) classCommandSessionImpl.JobImplFields in org.apache.felix.gogo.runtime declared as Job Modifier and Type Field Description (package private) JobPipe. jobFields in org.apache.felix.gogo.runtime with type parameters of type Job Modifier and Type Field Description private java.util.List<Job>CommandSessionImpl.JobImpl. childrenMethods in org.apache.felix.gogo.runtime that return Job Modifier and Type Method Description JobPipe. job()JobCommandSessionImpl.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 voidCommandSessionImpl.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 JobJob.Utils. current()Get the job running in the current thread or null.JobCommandSession. foregroundJob()Get the current foreground job or null.JobProcess. job()Get the job controlling this processJobJob. 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 voidJobListener. jobChanged(Job job, Job.Status previous, Job.Status current)
-