Class MemoryIdentityCacheStatistics

  • All Implemented Interfaces:
    org.apache.cxf.management.ManagedComponent

    @ManagedResource
    public class MemoryIdentityCacheStatistics
    extends Object
    implements org.apache.cxf.management.ManagedComponent
    • Constructor Detail

      • MemoryIdentityCacheStatistics

        public MemoryIdentityCacheStatistics()
      • MemoryIdentityCacheStatistics

        public MemoryIdentityCacheStatistics​(org.apache.cxf.Bus bus,
                                             org.apache.cxf.management.ManagedComponent parent)
    • Method Detail

      • getCacheMiss

        @ManagedAttribute
        public long getCacheMiss()
      • getCacheHit

        @ManagedAttribute
        public long getCacheHit()
      • increaseCacheHit

        protected void increaseCacheHit()
      • increaseCacheMiss

        protected void increaseCacheMiss()
      • getObjectName

        public ObjectName getObjectName()
                                 throws JMException
        Specified by:
        getObjectName in interface org.apache.cxf.management.ManagedComponent
        Throws:
        JMException