Package | Description |
---|---|
org.apache.felix.gogo.runtime | |
org.apache.felix.service.command |
Modifier and Type | Class and Description |
---|---|
(package private) class |
CommandSessionImpl.JobImpl |
Modifier and Type | Field and Description |
---|---|
(package private) Job |
Pipe.job |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Job> |
CommandSessionImpl.JobImpl.children |
Modifier and Type | Method and Description |
---|---|
Job |
Pipe.job() |
Job |
CommandSessionImpl.JobImpl.parent() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Job> |
CommandSessionImpl.jobs() |
Modifier and Type | Method and Description |
---|---|
void |
CommandSessionImpl.JobImpl.add(Job child) |
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 |
---|---|
java.util.List<Job> |
CommandSession.jobs()
List jobs.
|
Modifier and Type | Method and Description |
---|---|
void |
JobListener.jobChanged(Job job,
Job.Status previous,
Job.Status current) |