|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcessSelector | |
|---|---|
| nextgrid.api.env | |
| Uses of ProcessSelector in nextgrid.api.env |
|---|
| Methods in nextgrid.api.env that return ProcessSelector | |
|---|---|
ProcessSelector |
ProcessEnvironment.getSelectorFor(java.net.URI id)
Gets a selector for the specified process id. |
| Methods in nextgrid.api.env that return types with arguments of type ProcessSelector | |
|---|---|
java.util.List<ProcessSelector> |
ProcessEnvironment.getSelectors()
Gets the selector instances registered in this environment. |
| Methods in nextgrid.api.env with parameters of type ProcessSelector | |
|---|---|
void |
ProcessEnvironment.setDefaultSelector(ProcessSelector selector)
Sets the selector instance associated to all processes without an explicit one. |
void |
ProcessEnvironment.setSelectorFor(java.net.URI id,
ProcessSelector selector)
Sets the selector associated to a given URI. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||