Uses of Interface
org.apache.felix.service.command.Job
Packages that use Job
-
Uses of Job in org.apache.felix.gogo.runtime
Methods in org.apache.felix.gogo.runtime that return JobMethods in org.apache.felix.gogo.runtime that return types with arguments of type Job -
Uses of Job in org.apache.felix.service.command
Methods in org.apache.felix.service.command that return JobModifier and TypeMethodDescriptionstatic Job
Job.Utils.current()
Get the job running in the current thread or null.CommandSession.foregroundJob()
Get the current foreground job or null.Process.job()
Get the job controlling this processJob.parent()
Methods in org.apache.felix.service.command that return types with arguments of type JobMethods in org.apache.felix.service.command with parameters of type JobModifier and TypeMethodDescriptionvoid
JobListener.jobChanged
(Job job, Job.Status previous, Job.Status current)