|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.basex.core.ALauncher
public abstract class ALauncher
This class allows a generic process execution. It is implemented both by the local as well as the client/server model.
| Constructor Summary | |
|---|---|
ALauncher()
|
|
| Method Summary | |
|---|---|
abstract boolean |
execute(Process pr)
Executes a process. |
abstract void |
info(PrintOutput out)
Returns process info. |
abstract void |
output(PrintOutput out)
Serializes the textual results of a command. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ALauncher()
| Method Detail |
|---|
public abstract boolean execute(Process pr)
throws java.io.IOException
pr - process to be executed
java.io.IOException - I/O exception
public abstract void output(PrintOutput out)
throws java.io.IOException
out - output stream
java.io.IOException - I/O exception
public abstract void info(PrintOutput out)
throws java.io.IOException
out - output stream
java.io.IOException - I/O exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||