Apache CXF API

Uses of Interface
org.apache.cxf.management.ManagedComponent

Packages that use ManagedComponent
org.apache.cxf.bus   
org.apache.cxf.bus.managers   
org.apache.cxf.endpoint   
org.apache.cxf.management   
 

Uses of ManagedComponent in org.apache.cxf.bus
 

Classes in org.apache.cxf.bus that implement ManagedComponent
 class ManagedBus
           
 

Uses of ManagedComponent in org.apache.cxf.bus.managers
 

Classes in org.apache.cxf.bus.managers that implement ManagedComponent
 class WorkQueueImplMBeanWrapper
           
 class WorkQueueManagerImplMBeanWrapper
           
 

Uses of ManagedComponent in org.apache.cxf.endpoint
 

Classes in org.apache.cxf.endpoint that implement ManagedComponent
 class ManagedEndpoint
           
 

Uses of ManagedComponent in org.apache.cxf.management
 

Methods in org.apache.cxf.management with parameters of type ManagedComponent
 ObjectName InstrumentationManager.register(ManagedComponent component)
          Register a component with management infrastructure.
 ObjectName InstrumentationManager.register(ManagedComponent component, boolean forceRegistration)
          Register a component with management infrastructure.
 void InstrumentationManager.unregister(ManagedComponent component)
          Unregisters component with management infrastructure
 


Apache CXF API

Apache CXF