Apache CXF API

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

Packages that use ManagedAttribute
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 ManagedAttribute in org.apache.cxf.bus.managers
 

Methods in org.apache.cxf.bus.managers with annotations of type ManagedAttribute
 int WorkQueueImplMBeanWrapper.getActiveCount()
           
 int WorkQueueImplMBeanWrapper.getHighWaterMark()
           
 int WorkQueueImplMBeanWrapper.getLargestPoolSize()
           
 int WorkQueueImplMBeanWrapper.getLowWaterMark()
           
 int WorkQueueImplMBeanWrapper.getPoolSize()
           
 long WorkQueueImplMBeanWrapper.getWorkQueueMaxSize()
           
 long WorkQueueImplMBeanWrapper.getWorkQueueSize()
           
 boolean WorkQueueImplMBeanWrapper.isEmpty()
           
 boolean WorkQueueImplMBeanWrapper.isFull()
           
 

Uses of ManagedAttribute in org.apache.cxf.endpoint
 

Methods in org.apache.cxf.endpoint with annotations of type ManagedAttribute
 String ManagedEndpoint.getAddress()
           
 String ManagedEndpoint.getState()
           
 String ManagedEndpoint.getTransportId()
           
 

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

Methods in org.apache.cxf.management.jmx.export.runtime that return ManagedAttribute
 ManagedAttribute ModelMBeanAssembler.getManagedAttribute(Method method)
           
 

Methods in org.apache.cxf.management.jmx.export.runtime with parameters of type ManagedAttribute
 Descriptor ModelMBeanInfoSupporter.buildAttributeDescriptor(ManagedAttribute ma, String attributeName, boolean is, boolean read, boolean write)
           
 org.apache.cxf.management.jmx.export.runtime.ModelMBeanAssembler.ManagedAttributeInfo ModelMBeanAssembler.getAttributInfo(Method[] methods, String attributName, String attributType, ManagedAttribute managedAttribute)
           
 

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

Methods in org.apache.cxf.sts.cache with annotations of type ManagedAttribute
 long MemoryIdentityCacheStatistics.getCacheHit()
           
 long MemoryIdentityCacheStatistics.getCacheMiss()
           
 

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

Methods in org.apache.cxf.ws.rm with annotations of type ManagedAttribute
 String ManagedRMEndpoint.getAddress()
           
 int ManagedRMEndpoint.getCompletedDestinationSequenceCount()
           
 int ManagedRMEndpoint.getCompletedSourceSequenceCount()
           
 Date ManagedRMEndpoint.getLastApplicationMessage()
           
 Date ManagedRMEndpoint.getLastControlMessage()
           
 int ManagedRMEndpoint.getProcessingDestinationSequenceCount()
           
 int ManagedRMEndpoint.getProcessingSourceSequenceCount()
           
 int ManagedRMEndpoint.getQueuedMessagesOutboundCount()
           
 int ManagedRMManager.getQueuedMessagesOutboundCount()
           
 boolean ManagedRMManager.isUsingStore()
           
 


Apache CXF API

Apache CXF