@Deprecated
public interface IProcessDirectory
ITaurusProcesses.
This interface should be called to handle the life cycle of
ITaurusProcesses.
| Modifier and Type | Method and Description |
|---|---|
void |
addProcess(ITaurusProcess pProcess)
Deprecated.
Add a new TAURUS process to the process list.
|
void |
clearProcessList()
Deprecated.
Clear the process list.
|
java.util.Set<ITaurusProcess> |
getProcesses()
Deprecated.
Returns the set of active TAURUS processes.
|
java.lang.String |
getProcessIDs()
Deprecated.
Gets a line separated list of all currently running process IDs.
|
boolean |
isEmpty()
Deprecated.
Check if the process list is empty.
|
boolean |
removeProcess(ITaurusProcess pProcess)
Deprecated.
Remove the given TAURUS process from the process list.
|
void addProcess(ITaurusProcess pProcess)
pProcess - TAURUS processboolean removeProcess(ITaurusProcess pProcess)
pProcess - TAURUS processtrue, if the removal of the process was successful,
otherwise falseboolean isEmpty()
true, if the process list is empty, otherwise
falsevoid clearProcessList()
java.util.Set<ITaurusProcess> getProcesses()
java.lang.String getProcessIDs()
Copyright © 2015 Micro Focus GmbH. All rights reserved.