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.bus
Classes in org.apache.cxf.bus that implement ManagedComponent Modifier and Type Class Description class
ManagedBus
-
Uses of ManagedComponent in org.apache.cxf.bus.managers
Classes in org.apache.cxf.bus.managers that implement ManagedComponent Modifier and Type Class Description class
WorkQueueImplMBeanWrapper
class
WorkQueueManagerImplMBeanWrapper
-
Uses of ManagedComponent in org.apache.cxf.endpoint
Classes in org.apache.cxf.endpoint that implement ManagedComponent Modifier and Type Class Description class
ManagedEndpoint
-
Uses of ManagedComponent in org.apache.cxf.management
Methods in org.apache.cxf.management with parameters of type ManagedComponent Modifier and Type Method Description 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
-