Uses of Class
org.apache.felix.service.command.Job.Status
-
Packages that use Job.Status Package Description org.apache.felix.service.command -
-
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(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)
-