org.apache.cxf.sts.cache
Class MemoryIdentityCacheStatistics
java.lang.Object
org.apache.cxf.sts.cache.MemoryIdentityCacheStatistics
- All Implemented Interfaces:
- ManagedComponent
@ManagedResource
public class MemoryIdentityCacheStatistics
- extends Object
- implements ManagedComponent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MemoryIdentityCacheStatistics
public MemoryIdentityCacheStatistics()
MemoryIdentityCacheStatistics
public MemoryIdentityCacheStatistics(Bus bus,
ManagedComponent parent)
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 ManagedComponent
- Throws:
JMException
Apache CXF