@ManagedResource public class MemoryIdentityCacheStatistics extends Object implements org.apache.cxf.management.ManagedComponent
| Constructor and Description |
|---|
MemoryIdentityCacheStatistics() |
MemoryIdentityCacheStatistics(org.apache.cxf.Bus bus,
org.apache.cxf.management.ManagedComponent parent) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCacheHit() |
long |
getCacheMiss() |
ObjectName |
getObjectName() |
protected void |
increaseCacheHit() |
protected void |
increaseCacheMiss() |
public MemoryIdentityCacheStatistics()
public MemoryIdentityCacheStatistics(org.apache.cxf.Bus bus,
org.apache.cxf.management.ManagedComponent parent)
@ManagedAttribute public long getCacheMiss()
@ManagedAttribute public long getCacheHit()
protected void increaseCacheHit()
protected void increaseCacheMiss()
public ObjectName getObjectName() throws JMException
getObjectName in interface org.apache.cxf.management.ManagedComponentJMExceptionApache CXF