| Package | Description |
|---|---|
| org.apache.felix.gogo.runtime | |
| org.apache.felix.service.command |
| Modifier and Type | Field and Description |
|---|---|
private Job.Status |
CommandSessionImpl.JobImpl.status |
| Modifier and Type | Method and Description |
|---|---|
Job.Status |
CommandSessionImpl.JobImpl.status() |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobListener.jobChanged(Job job,
Job.Status previous,
Job.Status current) |