| Package | Description |
|---|---|
| com.sap.aii.af.service.administration.api.cpa | |
| com.sap.aii.af.service.administration.api.monitoring | |
| com.sap.aii.af.service.cpa |
| Modifier and Type | Method and Description |
|---|---|
Channel |
CPAInboundRuntimeLookupManager.getChannel()
Returns the Channel object for the given Binding.
|
Channel |
CPALookupManager.getChannelByChannelName(String party,
String service,
String channelName,
String adapterType,
String adapterNamespace)
Retrieves all
Channel objects for a given adapter type (and namespace), either from the in memory
cache, or from the database, dependent on the initialization of the CacheManager. |
Channel |
CPAInboundRuntimeLookupManager.getChannelObject(Binding binding) |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<Channel> |
CPALookupManager.getChannelsByAdapterType(String adapterType,
String adapterNamespace)
Retrieves all
Channel objects for a given adapter type (and namespace), either from the in memory
cache, or from the database, dependent on the initialization of the CacheManager. |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelLifecycleCallback.channelAdded(Channel channel)
This callback method notifies the
ChannelLifecycleCallback
implementation about newly added Channel objects. |
void |
ChannelLifecycleCallback.channelRemoved(Channel channel)
This callback method notifies the
ChannelLifecycleCallback
implementation about deleted Channel objects. |
void |
ChannelLifecycleCallback.channelUpdated(Channel channel)
This callback method notifies the
ChannelLifecycleCallback
implementation about changes in Channel objects. |
| Modifier and Type | Field and Description |
|---|---|
protected Channel |
ProcessContextFactory.ParamSet.channel_ |
| Modifier and Type | Method and Description |
|---|---|
abstract Channel |
ProcessContext.getChannel()
Obtains the channel associated with the process context.
|
abstract Channel |
ChannelStatus.getChannel()
Retrieves the CPA channel object associated with this channel runtime
status.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessContextFactory.ParamSet |
ProcessContextFactory.ParamSet.channel(Channel channel)
Assigns a channel to this parameter set.
|
ChannelStatus |
ChannelStatusFactory.createChannelStatus(Channel channel,
ChannelState state,
String message)
Creates a new
ChannelStatus instance representing the
runtime status of an adapter channel. |
ChannelStatus |
ChannelStatusCallback.getChannelStatus(Channel channel,
Locale locale)
This method is invoked by the Adapter Framework to obtain detailed
status information for a channel from an adapter.
|
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.
|
com.sap.aii.utilxi.rtcheck.base.TestSuitResult |
ChannelSelfTestCallback.testChannel(Channel channel,
Locale locale)
This callback method notifies the
ChannelSelfTestCallback
implementation whenever the user wants to check the health status of the
existing Channel objects. |
| Modifier and Type | Field and Description |
|---|---|
static CPAObjectType<Channel> |
CPAObjectType.CHANNEL |
Copyright 2018 SAP AG Complete Copyright Notice