Uses of Interface
org.apache.cxf.management.ManagedComponent
- 
Packages that use ManagedComponent Package Description org.apache.cxf.bus org.apache.cxf.bus.managers org.apache.cxf.endpoint org.apache.cxf.management 
- 
- 
Uses of ManagedComponent in org.apache.cxf.busClasses in org.apache.cxf.bus that implement ManagedComponent Modifier and Type Class Description classManagedBus
- 
Uses of ManagedComponent in org.apache.cxf.bus.managersClasses in org.apache.cxf.bus.managers that implement ManagedComponent Modifier and Type Class Description classWorkQueueImplMBeanWrapperclassWorkQueueManagerImplMBeanWrapper
- 
Uses of ManagedComponent in org.apache.cxf.endpointClasses in org.apache.cxf.endpoint that implement ManagedComponent Modifier and Type Class Description classManagedEndpoint
- 
Uses of ManagedComponent in org.apache.cxf.managementMethods in org.apache.cxf.management with parameters of type ManagedComponent Modifier and Type Method Description ObjectNameInstrumentationManager. register(ManagedComponent component)Register a component with management infrastructure.ObjectNameInstrumentationManager. register(ManagedComponent component, boolean forceRegistration)Register a component with management infrastructure.voidInstrumentationManager. unregister(ManagedComponent component)Unregisters component with management infrastructure
 
-