Uses of Class
org.apache.cxf.management.annotation.ManagedResource
-
Packages that use ManagedResource Package Description org.apache.cxf.bus org.apache.cxf.bus.managers org.apache.cxf.endpoint org.apache.cxf.management.jmx.export.runtime org.apache.cxf.sts.cache org.apache.cxf.ws.rm -
-
Uses of ManagedResource in org.apache.cxf.bus
Classes in org.apache.cxf.bus with annotations of type ManagedResource Modifier and Type Class Description classManagedBus -
Uses of ManagedResource in org.apache.cxf.bus.managers
Classes in org.apache.cxf.bus.managers with annotations of type ManagedResource Modifier and Type Class Description classWorkQueueImplMBeanWrapperclassWorkQueueManagerImplMBeanWrapper -
Uses of ManagedResource in org.apache.cxf.endpoint
Classes in org.apache.cxf.endpoint with annotations of type ManagedResource Modifier and Type Class Description classManagedEndpoint -
Uses of ManagedResource in org.apache.cxf.management.jmx.export.runtime
Methods in org.apache.cxf.management.jmx.export.runtime that return ManagedResource Modifier and Type Method Description ManagedResourceModelMBeanAssembler. getManagedResource(Class<?> clazz)Methods in org.apache.cxf.management.jmx.export.runtime with parameters of type ManagedResource Modifier and Type Method Description DescriptorModelMBeanInfoSupporter. buildMBeanDescriptor(ManagedResource mr) -
Uses of ManagedResource in org.apache.cxf.sts.cache
Classes in org.apache.cxf.sts.cache with annotations of type ManagedResource Modifier and Type Class Description classEHCacheIdentityCacheA 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.classMemoryIdentityCacheStatistics -
Uses of ManagedResource in org.apache.cxf.ws.rm
Classes in org.apache.cxf.ws.rm with annotations of type ManagedResource Modifier and Type Class Description classManagedRMEndpointThe ManagedRMEndpoint is a JMX managed bean for RMEndpoint.classManagedRMManagerThe ManagedRMManager is a JMX managed bean for RMManager.
-