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.Status
CommandSessionImpl.JobImpl. status
Methods in org.apache.felix.gogo.runtime that return Job.Status Modifier and Type Method Description Job.Status
CommandSessionImpl.JobImpl. status()
Methods in org.apache.felix.gogo.runtime with parameters of type Job.Status Modifier and Type Method Description private void
CommandSessionImpl.JobImpl. setStatus(Job.Status newStatus)
private void
CommandSessionImpl.JobImpl. setStatus(Job.Status newStatus, boolean callListeners)
Pipe.Result
CommandSessionImpl.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.Status
Job. status()
static Job.Status
Job.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 void
JobListener. jobChanged(Job job, Job.Status previous, Job.Status current)
-