Uses of Enum
org.apache.felix.service.command.Job.Status
Packages that use Job.Status
-
Uses of Job.Status in org.apache.felix.service.command
Methods in org.apache.felix.service.command that return Job.StatusModifier and TypeMethodDescriptionJob.status()
static Job.Status
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.StatusModifier and TypeMethodDescriptionvoid
JobListener.jobChanged
(Job job, Job.Status previous, Job.Status current)