| Package | Description |
|---|---|
| com.sap.aii.af.service.administration.api.monitoring |
| Modifier and Type | Field and Description |
|---|---|
static ChannelState |
ChannelState.ERROR
Indicates that the channel is either configured incorrectly or has
encountered another error that prevents it from processing messages.
|
static ChannelState |
ChannelState.INACTIVE
Indicates that an adapter channel is inactive.
|
static ChannelState |
ChannelState.OK
Indicates that the channel is configured correctly and ready to process
messages.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ChannelState |
ChannelStatus.getState()
Determines the state associated with this runtime status.
|
static ChannelState |
ChannelState.valueOf(String statusString)
Get one of the static class members from their depending String as returned from
toString. |
| Modifier and Type | Method and Description |
|---|---|
int |
ChannelState.compareTo(ChannelState s)
Compare two
ChannelState instances. |
ChannelStatus |
ChannelStatusFactory.createChannelStatus(Channel channel,
ChannelState state,
String message)
Creates a new
ChannelStatus instance representing the
runtime status of an adapter channel. |
void |
MonitoringManager.reportChannelStatus(String adapterNamespace,
String adapterName,
Channel[] channels,
ChannelState state,
String message)
Reports a channel state for a set of channels.
|
void |
MonitoringManager.reportChannelStatus(String adapterNamespace,
String adapterName,
Channel[] channels,
ChannelState state,
String message,
Object[] messageParams)
Reports a channel state for a set of channels.
|
void |
MonitoringManager.reportChannelStatus(String adapterNamespace,
String adapterName,
Channel channel,
ChannelState state,
String message)
Reports a channel state for a single channel.
|
void |
MonitoringManager.reportChannelStatus(String adapterNamespace,
String adapterName,
Channel channel,
ChannelState state,
String message,
Object[] messageParams)
Reports a channel state for a single channel.
|
void |
MonitoringManager.reportChannelStatus(String adapterNamespace,
String adapterName,
ChannelDirection direction,
ChannelState state,
String message)
Reports a channel state for all channels of a given direction.
|
void |
MonitoringManager.reportChannelStatus(String adapterNamespace,
String adapterName,
ChannelDirection direction,
ChannelState state,
String message,
Object[] messageParams)
Reports a channel state for all channels of a given direction.
|
Copyright 2019 SAP AG Complete Copyright Notice