BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.management.runtime
Interface XMLCacheCumulativeRuntimeMBean


public interface XMLCacheCumulativeRuntimeMBean
extends XMLCacheMonitorRuntimeMBean

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.

Method Summary
 double getAverageEntrySizeFlushed()
          Returns the average size in bytes of items memory purged/flushed
 double getFlushesPerHour()
          Returns the number of purges/flushes per hour
 java.util.Date getMostRecentMemoryFlush()
          Returns the time of the most recent memory purge/flush
 double getPercentRejected()
          Returns the percent of inserts that were rejected
 long getRejectionsCount()
          Returns the number of rejections to cache an entry
 long getRenewalsCount()
          Returns the number of times a stale entry was renewed
 
Methods inherited from interface weblogic.management.runtime.XMLCacheMonitorRuntimeMBean
getAveragePerEntryMemorySize, getAverageTimeout, getMaxEntryMemorySize, getMaxEntryTimeout, getMinEntryMemorySize, getMinEntryTimeout
 
Methods inherited from interface weblogic.management.runtime.CacheMonitorRuntimeMBean
getAccessCount, getAccessTime, getCurrentSize, getCurrentTotalEntries, getFlushesCount, getHitCount, getInsertCount, getInsertTime, getTimeCreated, getTimeSinceStart
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Method Detail

getAverageEntrySizeFlushed

public double getAverageEntrySizeFlushed()
Returns the average size in bytes of items memory purged/flushed

Returns:
The averageEntrySizeFlushed value

getMostRecentMemoryFlush

public java.util.Date getMostRecentMemoryFlush()
Returns the time of the most recent memory purge/flush

Returns:
The mostRecentMemoryFlush value

getFlushesPerHour

public double getFlushesPerHour()
Returns the number of purges/flushes per hour

Returns:
The flushesPerHour value

getRejectionsCount

public long getRejectionsCount()
Returns the number of rejections to cache an entry

Returns:
The rejectionsCount value

getPercentRejected

public double getPercentRejected()
Returns the percent of inserts that were rejected

Returns:
The percentRejected value

getRenewalsCount

public long getRenewalsCount()
Returns the number of times a stale entry was renewed

Returns:
The renewalsCount value

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b