Package | Description |
---|---|
sirius.web.health |
System health monitoring
Provides tools to collect metrics and to monitor a cluster of machines.
|
sirius.web.health.console |
Commands for the built-in console
Contains commands for the web-based console (/system/console).
|
sirius.web.services |
Framework for providing structured services via the HTTP interface.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeInfoService.call(ServiceCall call,
sirius.kernel.xml.StructuredOutput out) |
Modifier and Type | Method and Description |
---|---|
void |
ConsoleService.call(ServiceCall call,
sirius.kernel.xml.StructuredOutput out) |
Modifier and Type | Method and Description |
---|---|
void |
StructuredService.call(ServiceCall call,
sirius.kernel.xml.StructuredOutput out)
Handles the incoming call while using out to generate the result.
|
default void |
StructuredService.handleException(ServiceCall call,
sirius.kernel.xml.StructuredOutput out,
sirius.kernel.health.HandledException e)
Handles the exception caused by handling the incoming call.
|
Copyright © 2018. All rights reserved.