Package | Description |
---|---|
org.adroitlogic.x.management.rest.controller |
This package contains the management controller implementations to expose the management information and operations
as REST services out of the container
|
org.adroitlogic.x.management.rest.service |
This package contains the management REST services that are exposed by the Project-X runtime server.
|
org.adroitlogic.x.management.tbsr.execution |
This package contains the troubleshooting related management API execution classes
|
org.adroitlogic.x.terminal.proxies |
The proxy classes for the REST management controllers, that are used by the individual commands to invoke the
management api of the Project-X via the commandline terminal
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
TroubleshootController.execute(ExecutionConfigView parameters) |
javax.ws.rs.core.Response |
TroubleshootController.launch(ExecutionConfigView parameters) |
Modifier and Type | Method and Description |
---|---|
void |
TroubleshootService.executeTaskQueue(ExecutionConfigView parameters) |
void |
TroubleshootService.launchTaskQueue(ExecutionConfigView parameters) |
Modifier and Type | Method and Description |
---|---|
(package private) ExecutionConfigView |
ExecutionContext.getParameters() |
Constructor and Description |
---|
ExecutionContext(ExecutionConfigView parameters,
Map<String,TaskBase> availableTasks)
Initializes the context, task list and execution status maintaining infrastructure
|
Modifier and Type | Method and Description |
---|---|
void |
TroubleshootProxy.executeTaskQueue(ExecutionConfigView parameters) |
void |
TroubleshootProxy.launchTaskQueue(ExecutionConfigView parameters) |
Copyright © 2016–2019 AdroitLogic. All rights reserved.