|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Process | |
---|---|
org.apache.karaf.jpm | |
org.apache.karaf.jpm.impl |
Uses of Process in org.apache.karaf.jpm |
---|
Methods in org.apache.karaf.jpm that return Process | |
---|---|
Process |
ProcessBuilder.attach(int pid)
Attach to an existing process |
Process |
ProcessBuilder.start()
Create and start the process |
Uses of Process in org.apache.karaf.jpm.impl |
---|
Classes in org.apache.karaf.jpm.impl that implement Process | |
---|---|
class |
ProcessImpl
|
Methods in org.apache.karaf.jpm.impl that return Process | |
---|---|
Process |
ProcessBuilderImpl.attach(int pid)
|
static Process |
ProcessImpl.attach(int pid)
|
static Process |
ProcessImpl.create(java.io.File dir,
java.lang.String command)
|
Process |
ProcessBuilderImpl.start()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |