Uses of Interface
com.sap.aii.af.service.cpa.Channel

Packages that use Channel
com.sap.aii.af.service.administration.api.cpa   
com.sap.aii.af.service.administration.api.monitoring   
com.sap.aii.af.service.cpa   
 

Uses of Channel in com.sap.aii.af.service.administration.api.cpa
 

Methods in com.sap.aii.af.service.administration.api.cpa that return Channel
 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)
           
 

Methods in com.sap.aii.af.service.administration.api.cpa that return types with arguments of type Channel
 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.
 

Methods in com.sap.aii.af.service.administration.api.cpa with parameters of type Channel
 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.
 

Uses of Channel in com.sap.aii.af.service.administration.api.monitoring
 

Fields in com.sap.aii.af.service.administration.api.monitoring declared as Channel
protected  Channel ProcessContextFactory.ParamSet.channel_
           
 

Methods in com.sap.aii.af.service.administration.api.monitoring that return Channel
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.
 

Methods in com.sap.aii.af.service.administration.api.monitoring with parameters of type Channel
 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.
 

Uses of Channel in com.sap.aii.af.service.cpa
 

Fields in com.sap.aii.af.service.cpa with type parameters of type Channel
static CPAObjectType<Channel> CPAObjectType.CHANNEL
           
 



Copyright 2009 SAP AG Complete Copyright Notice