Apache CXF API

Uses of Class
org.apache.cxf.management.annotation.ManagedResource

Packages that use ManagedResource
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
 class ManagedBus
           
 

Uses of ManagedResource in org.apache.cxf.bus.managers
 

Classes in org.apache.cxf.bus.managers with annotations of type ManagedResource
 class WorkQueueImplMBeanWrapper
           
 class WorkQueueManagerImplMBeanWrapper
           
 

Uses of ManagedResource in org.apache.cxf.endpoint
 

Classes in org.apache.cxf.endpoint with annotations of type ManagedResource
 class ManagedEndpoint
           
 

Uses of ManagedResource in org.apache.cxf.management.jmx.export.runtime
 

Methods in org.apache.cxf.management.jmx.export.runtime that return ManagedResource
 ManagedResource ModelMBeanAssembler.getManagedResource(Class<?> clazz)
           
 

Methods in org.apache.cxf.management.jmx.export.runtime with parameters of type ManagedResource
 Descriptor ModelMBeanInfoSupporter.buildMBeanDescriptor(ManagedResource mr)
           
 

Uses of ManagedResource in org.apache.cxf.sts.cache
 

Classes in org.apache.cxf.sts.cache with annotations of type ManagedResource
 class EHCacheIdentityCache
          A EH-Cache based cache to cache identities in different realms where the relationship is of type FederateIdentity.
 class MemoryIdentityCache
          A simple in-memory HashMap based cache to cache identities in different realms where the relationship is of type FederateIdentity.
 class MemoryIdentityCacheStatistics
           
 

Uses of ManagedResource in org.apache.cxf.ws.rm
 

Classes in org.apache.cxf.ws.rm with annotations of type ManagedResource
 class ManagedRMEndpoint
          The ManagedRMEndpoint is a JMX managed bean for RMEndpoint.
 class ManagedRMManager
          The ManagedRMManager is a JMX managed bean for RMManager.
 


Apache CXF API

Apache CXF