WebLogic Integration


Uses of Interface
com.bea.b2b.management.DeliveryChannelMBean

Packages that use DeliveryChannelMBean
com.bea.b2b.management Provides the ManagementException class for WebLogic Collaborate management applications. 
 

Uses of DeliveryChannelMBean in com.bea.b2b.management
 

Methods in com.bea.b2b.management that return DeliveryChannelMBean
 DeliveryChannelMBean PartyMBean.getDeliveryChannel()
          Gets the DeliveryChannel of the Party.
 DeliveryChannelMBean TradingPartnerSessionMBean.getDeliveryChannel()
          Gets the Delivery Channel used by this session.
 DeliveryChannelMBean[] WLC.getActiveDeliveryChannels()
           
 DeliveryChannelMBean Party.getDeliveryChannel()
           
 DeliveryChannelMBean[] TradingPartnerMBean.getDeliveryChannels()
          Gets all the delivery channels supported by the Trading Partner.
 DeliveryChannelMBean TradingPartnerMBean.getDeliveryChannel(java.lang.String name)
          Gets the named delivery channel supported by the Trading Partner.
 DeliveryChannelMBean[] TradingPartnerMBean.setDeliveryChannels(DeliveryChannelMBean[] deliveryChannels)
          Set the delivery channels for the Trading Partner.
 DeliveryChannelMBean TradingPartnerMBean.addDeliveryChannel(DeliveryChannelMBean deliveryChannel)
          Adds a delivery channel for the Trading Partner.
 DeliveryChannelMBean[] TradingPartnerMBean.getActiveDeliveryChannels()
          Gets all the active delivery channels for this Trading Partner.
 DeliveryChannelMBean[] WLCMBean.getActiveDeliveryChannels()
          Gets all the active delivery channels in the system.
 DeliveryChannelMBean TradingPartnerSession.getDeliveryChannel()
           
 DeliveryChannelMBean[] TradingPartner.getDeliveryChannels()
           
 DeliveryChannelMBean TradingPartner.getDeliveryChannel(java.lang.String name)
           
 DeliveryChannelMBean[] TradingPartner.setDeliveryChannels(DeliveryChannelMBean[] deliveryChannels)
           
 DeliveryChannelMBean TradingPartner.addDeliveryChannel(DeliveryChannelMBean deliveryChannel)
           
 DeliveryChannelMBean[] TradingPartner.getActiveDeliveryChannels()
           
 

Methods in com.bea.b2b.management with parameters of type DeliveryChannelMBean
 void PartyMBean.setDeliveryChannel(DeliveryChannelMBean dc)
          Set the DeliveryChannel for the Party.
 void Party.setDeliveryChannel(DeliveryChannelMBean dc)
           
 DeliveryChannelMBean[] TradingPartnerMBean.setDeliveryChannels(DeliveryChannelMBean[] deliveryChannels)
          Set the delivery channels for the Trading Partner.
 DeliveryChannelMBean TradingPartnerMBean.addDeliveryChannel(DeliveryChannelMBean deliveryChannel)
          Adds a delivery channel for the Trading Partner.
 void TradingPartnerMBean.removeDeliveryChannel(DeliveryChannelMBean deliveryChannel)
          Removes a delivery channel for the Trading Partner.
 DeliveryChannelMBean[] TradingPartner.setDeliveryChannels(DeliveryChannelMBean[] deliveryChannels)
           
 DeliveryChannelMBean TradingPartner.addDeliveryChannel(DeliveryChannelMBean deliveryChannel)
           
 void TradingPartner.removeDeliveryChannel(DeliveryChannelMBean deliveryChannel)
           
 


WebLogic Integration

WebLogic Integration (WLI)