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 | Field and Description |
---|---|
static StopCause |
StopCause.FAILURE
Specifies the 'Failure' stop cause.
|
static StopCause |
StopCause.KILL
Specifies the 'Kill' stop cause.
|
static StopCause |
StopCause.NORMAL
Specifies the 'Normal' stop cause.
|
static StopCause |
StopCause.UNKNOW
Specifies the 'undefined' stop cause.
|
Modifier and Type | Method and Description |
---|---|
StopCause |
StatusContext.getStopCause()
Returns the monitoring stop cause.
|
StopCause |
StopContext.getStopCause()
Returns the reason for stopping the operation.
|
Modifier and Type | Method and Description |
---|---|
void |
StopContext.setStopCause(StopCause stopCause)
Sets the reason for stopping the operation.
|