WebLogic Integration


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

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

Uses of com.bea.b2b.management.LogicPlugInMBean in com.bea.b2b.management
 

Methods in com.bea.b2b.management that return com.bea.b2b.management.LogicPlugInMBean
 com.bea.b2b.management.LogicPlugInMBean[] BusinessProtocolDefinitionMBean.getRouters()
          Gets all the routers defined for the Business Protocol Definition.
 com.bea.b2b.management.LogicPlugInMBean[] BusinessProtocolDefinitionMBean.getRouters(int type)
          Gets all the routers of the type specified.
 com.bea.b2b.management.LogicPlugInMBean[] BusinessProtocolDefinitionMBean.getFilters()
          Gets all the filters defined for the Business Protocol Definition.
 com.bea.b2b.management.LogicPlugInMBean[] BusinessProtocolDefinitionMBean.getFilters(int type)
          Gets all the filters of the type specified.
 com.bea.b2b.management.LogicPlugInMBean[] BusinessProtocolDefinitionMBean.getEncoders()
          Gets all the encoders defined for the Business Protocol Definition.
 com.bea.b2b.management.LogicPlugInMBean[] BusinessProtocolDefinitionMBean.getDecoders()
          Gets all the decoders defined for the Business Protocol Definition.
 com.bea.b2b.management.LogicPlugInMBean[] WLC.getLogicPlugIns()
           
 com.bea.b2b.management.LogicPlugInMBean[] WLC.getLogicPlugIns(int type)
           
 com.bea.b2b.management.LogicPlugInMBean WLC.getLogicPlugIn(java.lang.String name)
           
 com.bea.b2b.management.LogicPlugInMBean[] BusinessProtocolDefinition.getRouters()
           
 com.bea.b2b.management.LogicPlugInMBean[] BusinessProtocolDefinition.getRouters(int type)
           
 com.bea.b2b.management.LogicPlugInMBean[] BusinessProtocolDefinition.getFilters()
           
 com.bea.b2b.management.LogicPlugInMBean[] BusinessProtocolDefinition.getFilters(int type)
           
 com.bea.b2b.management.LogicPlugInMBean[] BusinessProtocolDefinition.getEncoders()
           
 com.bea.b2b.management.LogicPlugInMBean[] BusinessProtocolDefinition.getDecoders()
           
 

Methods in com.bea.b2b.management with parameters of type com.bea.b2b.management.LogicPlugInMBean
 void BusinessProtocolDefinitionMBean.setRouters(com.bea.b2b.management.LogicPlugInMBean[] routers)
          Set the routers for the Business Protocol Definition.
 void BusinessProtocolDefinitionMBean.appendRouter(com.bea.b2b.management.LogicPlugInMBean router)
          Appends a router at the end for the Business Protocol Definition.
 void BusinessProtocolDefinitionMBean.setFilters(com.bea.b2b.management.LogicPlugInMBean[] filters)
          Set the filters for the Business Protocol Definition.
 void BusinessProtocolDefinitionMBean.appendFilter(com.bea.b2b.management.LogicPlugInMBean filter)
          Appends a filter at the end for the Business Protocol Definition.
 void BusinessProtocolDefinitionMBean.setEncoders(com.bea.b2b.management.LogicPlugInMBean[] encoders)
          Set the encoders for the Business Protocol Definition.
 void BusinessProtocolDefinitionMBean.appendEncoder(com.bea.b2b.management.LogicPlugInMBean encoder)
          Appends a encoder at the end for the Business Protocol Definition.
 void BusinessProtocolDefinitionMBean.setDecoders(com.bea.b2b.management.LogicPlugInMBean[] decoders)
          Set the decoders for the Business Protocol Definition.
 void BusinessProtocolDefinitionMBean.appendDecoder(com.bea.b2b.management.LogicPlugInMBean decoder)
          Appends a decoder at the end for the Business Protocol Definition.
 void WLC.setLogicPlugIns(com.bea.b2b.management.LogicPlugInMBean[] lps)
           
 void WLC.addLogicPlugIn(com.bea.b2b.management.LogicPlugInMBean logicPlugIn)
           
 void WLC.removeLogicPlugIn(com.bea.b2b.management.LogicPlugInMBean logicPlugIn)
           
 void BusinessProtocolDefinition.setRouters(com.bea.b2b.management.LogicPlugInMBean[] routers)
           
 void BusinessProtocolDefinition.appendRouter(com.bea.b2b.management.LogicPlugInMBean router)
           
 void BusinessProtocolDefinition.setFilters(com.bea.b2b.management.LogicPlugInMBean[] filters)
           
 void BusinessProtocolDefinition.appendFilter(com.bea.b2b.management.LogicPlugInMBean filter)
           
 void BusinessProtocolDefinition.setEncoders(com.bea.b2b.management.LogicPlugInMBean[] encoders)
           
 void BusinessProtocolDefinition.appendEncoder(com.bea.b2b.management.LogicPlugInMBean encoder)
           
 void BusinessProtocolDefinition.setDecoders(com.bea.b2b.management.LogicPlugInMBean[] decoders)
           
 void BusinessProtocolDefinition.appendDecoder(com.bea.b2b.management.LogicPlugInMBean decoder)
           
 


WebLogic Integration

WebLogic Integration (WLI)