Package | Description |
---|---|
com.orchestranetworks.addon.mtrn |
Provides enumerations and interfaces exposed for communication with the {addon.label}.
|
com.orchestranetworks.addon.mtrn.context |
Provides classes to define a context for communicating with the {addon.label}.
|
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
Monitoring.getInputParameters(MonitoringKey key)
Gets input parameter information.
|
List<Parameter> |
Monitoring.getOutputParameters(MonitoringKey key)
Gets output parameter information.
|
MonitoringStatus |
Monitoring.getStatus(MonitoringKey key)
Gets monitoring status based on
MonitoringKey . |
List<Parameter> |
Monitoring.getWorkingParameters(MonitoringKey key)
Gets working parameter information.
|
MonitoringStatus |
Monitoring.restart(MonitoringKey key,
RestartContext restartContext)
Signals service restarts to monitoring.
|
MonitoringKey |
Monitoring.start(StartContext startContext)
Registers service into {addon.label}.
|
MonitoringStatus |
Monitoring.stop(MonitoringKey key,
StopContext stopContext)
Signals service stop to monitoring.
|
MonitoringStatus |
Monitoring.suspend(MonitoringKey key,
SuspendContext suspendContext)
Signals suspension of running service to monitoring.
|
MonitoringStatus |
Monitoring.update(MonitoringKey key,
UpdateContext updateContext)
Updates monitoring information based on the
MonitoringKey . |
Modifier and Type | Method and Description |
---|---|
MonitoringException |
MonitoringStatus.getMonitoringException()
Returns the exception information.
|