Package | Description |
---|---|
org.apache.felix.gogo.runtime | |
org.apache.felix.service.command |
Modifier and Type | Method and Description |
---|---|
Job |
Pipe.job() |
Modifier and Type | Method and Description |
---|---|
List<Job> |
CommandSessionImpl.jobs() |
Modifier and Type | Method and Description |
---|---|
static Job |
Job.Utils.current()
Get the job running in the current thread or null.
|
Job |
CommandSession.foregroundJob()
Get the current foreground job or null.
|
Job |
Process.job()
Get the job controlling this process
|
Job |
Job.parent() |
Modifier and Type | Method and Description |
---|---|
List<Job> |
CommandSession.jobs()
List jobs.
|
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.