WebLogic Integration


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

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

Uses of CollaborationAgreementMBean in com.bea.b2b.management
 

Methods in com.bea.b2b.management that return CollaborationAgreementMBean
 CollaborationAgreementMBean[] DeliveryChannelMBean.getCollaborationAgreements()
          Gets all the CollaborationAgreements that are using this delivery channel.
 CollaborationAgreementMBean[] DeliveryChannelMBean.getActiveCollaborationAgreements()
          Gets all the active CollaborationAgreements that are using this delivery channel.
 CollaborationAgreementMBean[] TradingPartnerSessionMBean.getActiveCollaborationAgreements()
          Gets CollaborationAgreementMBeans being used by this Trading Partner Session.
 CollaborationAgreementMBean[] WLC.getCollaborationAgreements()
           
 CollaborationAgreementMBean WLC.getCollaborationAgreement(java.lang.String name)
           
 CollaborationAgreementMBean WLC.getCollaborationAgreement(java.lang.String name, java.lang.String version)
           
 CollaborationAgreementMBean[] WLC.getEnabledCollaborationAgreements()
           
 CollaborationAgreementMBean[] DeliveryChannel.getCollaborationAgreements()
          RUNTIME
 CollaborationAgreementMBean[] DeliveryChannel.getActiveCollaborationAgreements()
           
 CollaborationAgreementMBean[] TradingPartnerMBean.getCollaborationAgreements()
          Gets all the cpas where this Trading Partner is one of the parties.
 CollaborationAgreementMBean[] WLCMBean.getEnabledCollaborationAgreements()
          Gets all the enabled collaboration protocol agreements in the system.
 CollaborationAgreementMBean[] TradingPartnerSession.getActiveCollaborationAgreements()
           
 CollaborationAgreementMBean CollaborationAgreement.clone(java.lang.String name)
           
 CollaborationAgreementMBean[] TradingPartner.getCollaborationAgreements()
           
 

Methods in com.bea.b2b.management with parameters of type CollaborationAgreementMBean
 void WLC.setCollaborationAgreements(CollaborationAgreementMBean[] cpas)
           
 void WLC.addCollaborationAgreement(CollaborationAgreementMBean cpa)
           
 void WLC.removeCollaborationAgreement(CollaborationAgreementMBean cpa)
           
 


WebLogic Integration

WebLogic Integration (WLI)