Apache CXF API

org.apache.cxf.sts.cache
Class MemoryIdentityCacheStatistics

java.lang.Object
  extended by org.apache.cxf.sts.cache.MemoryIdentityCacheStatistics
All Implemented Interfaces:
ManagedComponent

@ManagedResource
public class MemoryIdentityCacheStatistics
extends Object
implements ManagedComponent


Constructor Summary
MemoryIdentityCacheStatistics()
           
MemoryIdentityCacheStatistics(Bus bus, ManagedComponent parent)
           
 
Method Summary
 long getCacheHit()
           
 long getCacheMiss()
           
 ObjectName getObjectName()
           
protected  void increaseCacheHit()
           
protected  void increaseCacheMiss()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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:
getObjectName in interface ManagedComponent
Throws:
JMException

Apache CXF API

Apache CXF