Uses of Class
org.apache.servicemix.jbi.framework.ComponentMBeanImpl

Packages that use ComponentMBeanImpl
org.apache.servicemix.jbi.container The JBI Container implementation and supporting classes 
org.apache.servicemix.jbi.event Event and listeners definitions that can be registered in the JBI container. 
org.apache.servicemix.jbi.framework Component Framwork - internal representations of Components and registries for end points, service units etc Provides standard Installation and Deployment services 
org.apache.servicemix.jbi.messaging JBI Normalized Message Service (NMS) implementation classes 
org.apache.servicemix.jbi.monitoring   
 

Uses of ComponentMBeanImpl in org.apache.servicemix.jbi.container
 

Methods in org.apache.servicemix.jbi.container that return ComponentMBeanImpl
 ComponentMBeanImpl JBIContainer.getComponent(String componentName)
          Get the component associated with the given component ID
 ComponentMBeanImpl ComponentEnvironment.getLocalConnector()
           
 

Methods in org.apache.servicemix.jbi.container with parameters of type ComponentMBeanImpl
 ComponentEnvironment EnvironmentContext.registerComponent(ComponentEnvironment result, ComponentMBeanImpl connector)
          register the ComponentConnector
 ComponentEnvironment EnvironmentContext.registerComponent(ComponentMBeanImpl connector)
          register the ComponentConnector
 void ComponentEnvironment.setLocalConnector(ComponentMBeanImpl localConnector)
           
 void EnvironmentContext.unreregister(ComponentMBeanImpl connector)
          deregister the ComponentConnector
 

Uses of ComponentMBeanImpl in org.apache.servicemix.jbi.event
 

Methods in org.apache.servicemix.jbi.event that return ComponentMBeanImpl
 ComponentMBeanImpl ComponentEvent.getComponent()
           
 

Constructors in org.apache.servicemix.jbi.event with parameters of type ComponentMBeanImpl
ComponentEvent(ComponentMBeanImpl component, int type)
           
 

Uses of ComponentMBeanImpl in org.apache.servicemix.jbi.framework
 

Methods in org.apache.servicemix.jbi.framework that return ComponentMBeanImpl
 ComponentMBeanImpl Registry.getComponent(ComponentNameSpace cns)
          Get a Component
 ComponentMBeanImpl ComponentRegistry.getComponent(ComponentNameSpace id)
          Get a registered ComponentConnector from it's id
 ComponentMBeanImpl Registry.getComponent(String name)
          Get a Component
 ComponentMBeanImpl Registry.registerComponent(ComponentNameSpace name, String description, javax.jbi.component.Component component, boolean binding, boolean service, String[] sharedLibs)
          REgister a local Component
 ComponentMBeanImpl ComponentRegistry.registerComponent(ComponentNameSpace name, String description, javax.jbi.component.Component component, boolean binding, boolean service, String[] sharedLibraries)
          Register a Component
 

Methods in org.apache.servicemix.jbi.framework that return types with arguments of type ComponentMBeanImpl
 Collection<ComponentMBeanImpl> Registry.getComponents()
           
 Collection<ComponentMBeanImpl> ComponentRegistry.getComponents()
           
 

Methods in org.apache.servicemix.jbi.framework with parameters of type ComponentMBeanImpl
 void Registry.addPendingComponent(ComponentMBeanImpl comp)
           
 void Registry.deregisterComponent(ComponentMBeanImpl component)
           
 void ComponentRegistry.deregisterComponent(ComponentMBeanImpl component)
          Deregister a Component
 

Uses of ComponentMBeanImpl in org.apache.servicemix.jbi.messaging
 

Methods in org.apache.servicemix.jbi.messaging that return ComponentMBeanImpl
 ComponentMBeanImpl DeliveryChannelImpl.getComponent()
           
 

Constructors in org.apache.servicemix.jbi.messaging with parameters of type ComponentMBeanImpl
DeliveryChannelImpl(ComponentMBeanImpl component)
          Constructor
 

Uses of ComponentMBeanImpl in org.apache.servicemix.jbi.monitoring
 

Constructors in org.apache.servicemix.jbi.monitoring with parameters of type ComponentMBeanImpl
ComponentStats(ComponentMBeanImpl component)
          Constructor
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.