|
If not dev, correct this wrong version label in perforce3227:3227\buildenvBE.Japro<CODELINE>src_macrospackjavadoc.properties | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChannelStatusCallback
A callback registered with the Adapter Framework to provide channel status information on demand.
The implementing class of the callback needs to be registered
by calling AdapterRegistry.registerAdapter.
This callback obsoletes the com.sap.aii.af.monitor.api.AdapterMonitor
callback used with earlier versions of the XI Adapter Framework and still
offered for backwards compatibility.
If reporting channel state information by registering an instance of this
callback, an adapter must not report channel state information via the
MonitoringManager.reportChannelStatus API.
AdapterRegistry,
AdapterRegistryFactory,
MonitoringManager| Method Summary | |
|---|---|
ChannelStatus |
getChannelStatus(Channel channel,
Locale locale)
This method is invoked by the Adapter Framework to obtain detailed status information for a channel from an adapter. |
| Method Detail |
|---|
ChannelStatus getChannelStatus(Channel channel,
Locale locale)
throws ChannelUnknownException
ChannelStatus container using
ChannelStatusFactory after populating it with status information.When providing textual status information, the adapter should make use of the locale provided and use a localized version of texts. If no matching translation is available, the adapter should use English texts instead.
channel - the channel to provide status information forlocale - the locale to provide any textual status information in
ChannelStatus container filled with status
information about the channel
ChannelUnknownException - if the adapter does not recognize the
specified channelChannelStatus,
ChannelStatusFactory
|
If not dev, correct this wrong version label in perforce3227:3227\buildenvBE.Japro<CODELINE>src_macrospackjavadoc.properties | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||