| Package | Description |
|---|---|
| com.microfocus.awm.model |
Contains interfaces which provide access to AWM managed
resources at run-time like AWM applications, elements, element lists,
filters, file descriptors, actions, tools, properties and the master
configuration, and so on.
|
| com.microfocus.awm.model.internal |
Internal implementations of AWM interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ITaurusProcess> |
IProcessDirectory.getProcesses()
Deprecated.
Returns the set of active TAURUS processes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IProcessDirectory.addProcess(ITaurusProcess pProcess)
Deprecated.
Add a new TAURUS process to the process list.
|
boolean |
IProcessDirectory.removeProcess(ITaurusProcess pProcess)
Deprecated.
Remove the given TAURUS process from the process list.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ITaurusProcess> |
ProcessDirectory.getProcesses() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessDirectory.addProcess(ITaurusProcess pProcess) |
boolean |
ProcessDirectory.removeProcess(ITaurusProcess pProcess) |
Copyright © 2015 Micro Focus GmbH. All rights reserved.