Package 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
-
-
Constructor Summary
Constructors Constructor Description MemoryIdentityCacheStatistics()MemoryIdentityCacheStatistics(Bus bus, ManagedComponent parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCacheHit()longgetCacheMiss()ObjectNamegetObjectName()protected voidincreaseCacheHit()protected voidincreaseCacheMiss()
-
-
-
Constructor Detail
-
MemoryIdentityCacheStatistics
public MemoryIdentityCacheStatistics()
-
MemoryIdentityCacheStatistics
public MemoryIdentityCacheStatistics(Bus bus, 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:
getObjectNamein interfaceManagedComponent- Throws:
JMException
-
-