Apache CXF API

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

Packages that use ManagedResource
org.apache.cxf.bus   
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.management.jmx.export.runtime   
org.apache.cxf.workqueue   
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.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.workqueue
 

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

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