Package | Description |
---|---|
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.management.tbsr.task |
This package contains the absolute tasks used by the troubleshooting framework of the Project-X runtime.
|
org.adroitlogic.x.model.rest.tbsr |
This package contains the trouble shooting diagnostic task views which are used to instruct the runtime about the
diagnostic task configurations and its execution meta information for monitoring purposes
|
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 |
---|---|
Status |
SnapshotService.getSnapshotStatus() |
Status |
TroubleshootService.getTaskQueueStatus() |
Modifier and Type | Method and Description |
---|---|
Status |
ExecutionContext.getOverallStatus()
Returns the overall status of the task execution session.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
ExecutionContext.setOverallStatus(Status status) |
(package private) void |
ExecutionContext.updateStatus(String taskId,
long timestamp,
Status status)
Sets the latest status of a task, and updates the status report
|
(package private) void |
ExecutionContext.updateStatus(String taskId,
long timestamp,
Status status,
String extraInfo)
Sets the latest status of a task, and updates the status report
|
Modifier and Type | Method and Description |
---|---|
Status |
InfoTask.execute(String outputRoot,
Map<String,String> parameters) |
Status |
ThreadDumpTask.execute(String outputRoot,
Map<String,String> parameters) |
abstract Status |
TaskBase.execute(String outputRoot,
Map<String,String> parameters)
Executes the core logic of the task.
|
Status |
ArchiveTask.execute(String outputRoot,
Map<String,String> parameters) |
Status |
HeapDumpTask.execute(String outputRoot,
Map<String,String> parameters) |
Status |
LibDirInfoTask.execute(String outputRoot,
Map<String,String> parameters)
Executes the core logic of the task.
|
Status |
DetailedLogArchiveTask.execute(String outputRoot,
Map<String,String> parameters) |
Modifier and Type | Method and Description |
---|---|
Status |
TaskResultView.getStatus() |
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskResultView.setStatus(Status status) |
Modifier and Type | Method and Description |
---|---|
Status |
TroubleshootProxy.getTaskQueueStatus() |
Copyright © 2016–2019 AdroitLogic. All rights reserved.