Uses of Interface
org.apache.cxf.management.ManagedComponent
-
-
Uses of ManagedComponent in org.apache.cxf.bus
Classes in org.apache.cxf.bus that implement ManagedComponent Modifier and Type Class Description classManagedBus -
Uses of ManagedComponent in org.apache.cxf.bus.managers
Classes in org.apache.cxf.bus.managers that implement ManagedComponent Modifier and Type Class Description classWorkQueueImplMBeanWrapperclassWorkQueueManagerImplMBeanWrapper -
Uses of ManagedComponent in org.apache.cxf.endpoint
Classes in org.apache.cxf.endpoint that implement ManagedComponent Modifier and Type Class Description classManagedEndpoint -
Uses of ManagedComponent in org.apache.cxf.management
Methods 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 -
Uses of ManagedComponent in org.apache.cxf.management.counters
Subinterfaces of ManagedComponent in org.apache.cxf.management.counters Modifier and Type Interface Description interfaceCounterClasses in org.apache.cxf.management.counters that implement ManagedComponent Modifier and Type Class Description classResponseTimeCounter -
Uses of ManagedComponent in org.apache.cxf.management.jmx
Methods in org.apache.cxf.management.jmx with parameters of type ManagedComponent Modifier and Type Method Description ObjectNameInstrumentationManagerImpl. register(ManagedComponent i)ObjectNameInstrumentationManagerImpl. 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 ManagedComponent Modifier and Type Class Description classAbstractIdentityCacheclassEHCacheIdentityCacheA EH-Cache based cache to cache identities in different realms where the relationship is of type FederateIdentity.classMemoryIdentityCacheA simple in-memory HashMap based cache to cache identities in different realms where the relationship is of type FederateIdentity.classMemoryIdentityCacheStatisticsConstructors in org.apache.cxf.sts.cache with parameters of type ManagedComponent Constructor Description MemoryIdentityCacheStatistics(Bus bus, ManagedComponent parent) -
Uses of ManagedComponent in org.apache.cxf.ws.rm
Classes in org.apache.cxf.ws.rm that implement ManagedComponent Modifier and Type Class Description classManagedRMEndpointThe ManagedRMEndpoint is a JMX managed bean for RMEndpoint.classManagedRMManagerThe ManagedRMManager is a JMX managed bean for RMManager.
-