Uses of Enum
org.apache.felix.service.command.Job.Status
Packages that use Job.Status
-
Uses of Job.Status in org.apache.felix.gogo.runtime
Fields in org.apache.felix.gogo.runtime declared as Job.StatusMethods in org.apache.felix.gogo.runtime that return Job.StatusMethods in org.apache.felix.gogo.runtime with parameters of type Job.StatusModifier and TypeMethodDescriptionprivate voidCommandSessionImpl.JobImpl.setStatus(Job.Status newStatus) private voidCommandSessionImpl.JobImpl.setStatus(Job.Status newStatus, boolean callListeners) 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.StatusModifier and TypeMethodDescriptionJob.status()static Job.StatusReturns 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 TypeMethodDescriptionvoidJobListener.jobChanged(Job job, Job.Status previous, Job.Status current)