@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface ProcessController
Modifier and Type | Method and Description |
---|---|
void |
sendMessage(java.lang.String message)
Send a message to the process.
|
void |
start()
Start the process.
|
void |
stop()
Stop the process, calls java.lang.Process.distroy()
|
void start()
void stop()
void sendMessage(java.lang.String message) throws java.lang.Exception
message
- The message.java.lang.Exception
- The exception© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.