Uses of Interface
org.apache.cxf.management.ManagedComponent
Packages that use ManagedComponent
Package
Description
-
Uses of ManagedComponent in org.apache.cxf.bus
Classes in org.apache.cxf.bus that implement ManagedComponent -
Uses of ManagedComponent in org.apache.cxf.bus.managers
Classes in org.apache.cxf.bus.managers that implement ManagedComponentModifier and TypeClassDescriptionclassclass -
Uses of ManagedComponent in org.apache.cxf.endpoint
Classes in org.apache.cxf.endpoint that implement ManagedComponent -
Uses of ManagedComponent in org.apache.cxf.management
Methods in org.apache.cxf.management with parameters of type ManagedComponentModifier and TypeMethodDescriptionInstrumentationManager.register(ManagedComponent component) Register a component with management infrastructure.InstrumentationManager.register(ManagedComponent component, boolean forceRegistration) Register a component with management infrastructure.voidInstrumentationManager.unregister(ManagedComponent component) Unregisters component with management infrastructure -
Uses of ManagedComponent in org.apache.cxf.management.counters
Subinterfaces of ManagedComponent in org.apache.cxf.management.countersClasses in org.apache.cxf.management.counters that implement ManagedComponent -
Uses of ManagedComponent in org.apache.cxf.management.jmx
Methods in org.apache.cxf.management.jmx with parameters of type ManagedComponentModifier and TypeMethodDescriptionInstrumentationManagerImpl.register(ManagedComponent i) InstrumentationManagerImpl.register(ManagedComponent i, boolean forceRegistration) voidInstrumentationManagerImpl.unregister(ManagedComponent component) -
Uses of ManagedComponent in org.apache.cxf.sts.cache
Classes in org.apache.cxf.sts.cache that implement ManagedComponentModifier and TypeClassDescriptionclassclassA EH-Cache based cache to cache identities in different realms where the relationship is of type FederateIdentity.classA simple in-memory HashMap based cache to cache identities in different realms where the relationship is of type FederateIdentity.classConstructors in org.apache.cxf.sts.cache with parameters of type ManagedComponent -
Uses of ManagedComponent in org.apache.cxf.ws.rm
Classes in org.apache.cxf.ws.rm that implement ManagedComponentModifier and TypeClassDescriptionclassThe ManagedRMEndpoint is a JMX managed bean for RMEndpoint.classThe ManagedRMManager is a JMX managed bean for RMManager.