Uses of Class
org.apache.cxf.management.annotation.ManagedAttribute
-
Packages that use ManagedAttribute Package Description 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 Modifier and Type Method Description intWorkQueueImplMBeanWrapper. getActiveCount()intWorkQueueImplMBeanWrapper. getHighWaterMark()intWorkQueueImplMBeanWrapper. getLargestPoolSize()intWorkQueueImplMBeanWrapper. getLowWaterMark()intWorkQueueImplMBeanWrapper. getPoolSize()longWorkQueueImplMBeanWrapper. getWorkQueueMaxSize()longWorkQueueImplMBeanWrapper. getWorkQueueSize()booleanWorkQueueImplMBeanWrapper. isEmpty()booleanWorkQueueImplMBeanWrapper. isFull() -
Uses of ManagedAttribute in org.apache.cxf.endpoint
Methods in org.apache.cxf.endpoint with annotations of type ManagedAttribute Modifier and Type Method Description StringManagedEndpoint. getAddress()StringManagedEndpoint. getState()StringManagedEndpoint. getTransportId() -
Uses of ManagedAttribute in org.apache.cxf.management.jmx.export.runtime
Methods in org.apache.cxf.management.jmx.export.runtime that return ManagedAttribute Modifier and Type Method Description ManagedAttributeModelMBeanAssembler. getManagedAttribute(Method method)Methods in org.apache.cxf.management.jmx.export.runtime with parameters of type ManagedAttribute Modifier and Type Method Description DescriptorModelMBeanInfoSupporter. buildAttributeDescriptor(ManagedAttribute ma, String attributeName, boolean is, boolean read, boolean write)org.apache.cxf.management.jmx.export.runtime.ModelMBeanAssembler.ManagedAttributeInfoModelMBeanAssembler. 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 Modifier and Type Method Description longMemoryIdentityCacheStatistics. getCacheHit()longMemoryIdentityCacheStatistics. getCacheMiss() -
Uses of ManagedAttribute in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm with annotations of type ManagedAttribute Modifier and Type Method Description StringManagedRMEndpoint. getAddress()intManagedRMEndpoint. getCompletedDestinationSequenceCount()intManagedRMEndpoint. getCompletedSourceSequenceCount()DateManagedRMEndpoint. getLastApplicationMessage()DateManagedRMEndpoint. getLastControlMessage()intManagedRMEndpoint. getProcessingDestinationSequenceCount()intManagedRMEndpoint. getProcessingSourceSequenceCount()intManagedRMEndpoint. getQueuedMessagesInboundCount()intManagedRMEndpoint. getQueuedMessagesOutboundCount()intManagedRMManager. getQueuedMessagesOutboundCount()booleanManagedRMManager. isUsingStore()
-