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

Packages that use ManagedComponent
org.apache.cxf.management   
 

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