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 State |
State.STARTED
Specifies the 'Started' state.
|
static State |
State.STOPPED
Specifies the 'Stopped' state.
|
static State |
State.SUSPENDED
Specifies the 'Suspended' state.
|
Modifier and Type | Method and Description |
---|---|
State |
StatusContext.getState()
Returns the monitoring state.
|
State |
MonitoringStatus.getState()
Returns the monitoring state.
|