|
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,
java.lang.String type)
Sends a kill signal to a process. |
java.util.SortedSet |
lookupProcesses(IHostProcessFilter rpfs)
Given a filter string, returns the results of querying all processes that match the filter. |
Method Detail |
---|
java.util.SortedSet lookupProcesses(IHostProcessFilter rpfs) throws java.lang.Exception
rpfs
- The filter string to which the objects will be matched.
java.lang.Exception
IHostProcess kill(IHostProcess process, java.lang.String type) throws java.lang.Exception
process
- The process to which the signal will be senttype
- The type of signal to send to the process, "default" for default
java.lang.Exception
|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |