Package | Description |
---|---|
org.apache.felix.service.command |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
JobListener.jobChanged(Job job,
Job.Status previous,
Job.Status current) |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.