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 Client and Server related classes.org.apache.cxf.management org.apache.cxf.sts.cache -
-
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.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)
-