Uses of Class
org.apache.servicemix.jbi.management.ManagementContext

Packages that use ManagementContext
org.apache.servicemix.jbi.container The JBI Container implementation and supporting classes 
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.nmr The Normalized Message Router implementation. 
 

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

Fields in org.apache.servicemix.jbi.container declared as ManagementContext
protected  ManagementContext JBIContainer.managementContext
           
 

Methods in org.apache.servicemix.jbi.container that return ManagementContext
 ManagementContext JBIContainer.getManagementContext()
          Get the ManagementContext
 

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

Methods in org.apache.servicemix.jbi.framework with parameters of type ManagementContext
 ObjectName ComponentMBeanImpl.registerMBeans(ManagementContext ctx)
          Register the MBeans for this Component
 void ComponentMBeanImpl.unregisterMbeans(ManagementContext ctx)
          Unregister Component MBeans
 

Uses of ManagementContext in org.apache.servicemix.jbi.nmr
 

Methods in org.apache.servicemix.jbi.nmr that return ManagementContext
 ManagementContext DefaultBroker.getManagementContext()
          Get the ManagementContext
 



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