|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessHandler
Because process mining is system-specific, this interface abstracts out the work from the UniversalProcessMiner, and allows system-specific classes to take care of the work individually.
Method Summary | |
---|---|
IHostProcess |
kill(IHostProcess process,
String type)
Sends a kill signal to a process. |
SortedSet |
lookupProcesses(IHostProcessFilter rpfs)
Given a filter string, returns the results of querying all processes that match the filter. |
Method Detail |
---|
SortedSet lookupProcesses(IHostProcessFilter rpfs) throws Exception
rpfs
- The filter string to which the objects will be matched.
Exception
IHostProcess kill(IHostProcess process, String type) throws Exception
process
- The process to which the signal will be senttype
- The type of signal to send to the process, "default" for default
Exception
|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |