Uses of Class
org.apache.felix.service.command.Job.Status
-
Packages that use Job.Status Package Description org.apache.felix.gogo.runtime org.apache.felix.service.command -
-
Uses of Job.Status in org.apache.felix.gogo.runtime
Fields in org.apache.felix.gogo.runtime declared as Job.Status Modifier and Type Field Description private Job.StatusCommandSessionImpl.JobImpl. statusMethods in org.apache.felix.gogo.runtime that return Job.Status Modifier and Type Method Description Job.StatusCommandSessionImpl.JobImpl. status()Methods in org.apache.felix.gogo.runtime with parameters of type Job.Status Modifier and Type Method Description private voidCommandSessionImpl.JobImpl. setStatus(Job.Status newStatus)private voidCommandSessionImpl.JobImpl. setStatus(Job.Status newStatus, boolean callListeners)Pipe.ResultCommandSessionImpl.JobImpl. start(Job.Status status)Start the job. -
Uses of Job.Status in org.apache.felix.service.command
Methods in org.apache.felix.service.command that return Job.Status Modifier and Type Method Description Job.StatusJob. status()static Job.StatusJob.Status. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Job.Status[]Job.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.felix.service.command with parameters of type Job.Status Modifier and Type Method Description voidJobListener. jobChanged(Job job, Job.Status previous, Job.Status current)
-