BEA Systems, Inc.


weblogic.management.runtime
Interface EntityCacheCumulativeRuntimeMBean


public interface EntityCacheCumulativeRuntimeMBean
extends EntityCacheRuntimeMBean

This class is used for monitoring an XML Cache.


Method Summary
 double getAvgEntrySizeDiskPurged()
          Returns the cumulative average size of entries that have been purged from the disk cache.
 double getAvgEntrySizeMemoryPurged()
          Returns the average size of the all the entries that have been purged from the memory.
 double getDiskPurgesPerHour()
          Returns cumulative average number of purges from the disk cache per hour.
 double getMemoryPurgesPerHour()
          Returns the cumulative average number of entries that have been purged from the entity cache.
 java.util.Date getMostRecentDiskPurge()
          Returns the date of the most recent purge from the disk cache.
 java.util.Date getMostRecentMemoryPurge()
          Returns the date of the most recent purge of the entity cache.
 double getPercentRejected()
          Returns the cumulative percent of the potential entries to the entity cache that have been rejected.
 long getTotalItemsDiskPurged()
          Returns the total number of items that have been purged from the disk cache.
 long getTotalItemsMemoryPurged()
          Returns the cumulative number of items that have been purged from the entity cache.
 long getTotalNumberDiskPurges()
          Returns the total number of entries that have been purged from the disk cache.
 long getTotalNumberMemoryPurges()
          Returns the cumulative number of entries that have been purged from the entity cache.
 long getTotalNumberOfRejections()
          Returns the cumulative total number of rejections from the entity cache.
 long getTotalNumberOfRenewals()
          Returns the cumulative number of entries that have been refreshed in the entity cache.
 long getTotalSizeOfRejections()
          Returns the cumulative total size of the rejections from the entity cache.
 
Methods inherited from interface weblogic.management.runtime.EntityCacheRuntimeMBean
getAvgPercentPersistent, getAvgPercentTransient, getAvgPerEntryDiskSize, getAvgPerEntryMemorySize, getAvgTimeout, getMaxEntryMemorySize, getMaxEntryTimeout, getMinEntryMemorySize, getMinEntryTimeout, getTotalCurrentEntries, getTotalPersistentCurrentEntries, getTotalTransientCurrentEntries
 
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, preDeregister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Method Detail

getTotalNumberMemoryPurges

public long getTotalNumberMemoryPurges()
Returns the cumulative number of entries that have been purged from the entity cache.


getTotalItemsMemoryPurged

public long getTotalItemsMemoryPurged()
Returns the cumulative number of items that have been purged from the entity cache.


getAvgEntrySizeMemoryPurged

public double getAvgEntrySizeMemoryPurged()
Returns the average size of the all the entries that have been purged from the memory.


getMostRecentMemoryPurge

public java.util.Date getMostRecentMemoryPurge()
Returns the date of the most recent purge of the entity cache.


getMemoryPurgesPerHour

public double getMemoryPurgesPerHour()
Returns the cumulative average number of entries that have been purged from the entity cache.


getTotalNumberDiskPurges

public long getTotalNumberDiskPurges()
Returns the total number of entries that have been purged from the disk cache.


getTotalItemsDiskPurged

public long getTotalItemsDiskPurged()
Returns the total number of items that have been purged from the disk cache.


getAvgEntrySizeDiskPurged

public double getAvgEntrySizeDiskPurged()
Returns the cumulative average size of entries that have been purged from the disk cache.


getMostRecentDiskPurge

public java.util.Date getMostRecentDiskPurge()
Returns the date of the most recent purge from the disk cache.


getDiskPurgesPerHour

public double getDiskPurgesPerHour()
Returns cumulative average number of purges from the disk cache per hour.


getTotalNumberOfRejections

public long getTotalNumberOfRejections()
Returns the cumulative total number of rejections from the entity cache.


getTotalSizeOfRejections

public long getTotalSizeOfRejections()
Returns the cumulative total size of the rejections from the entity cache.


getPercentRejected

public double getPercentRejected()
Returns the cumulative percent of the potential entries to the entity cache that have been rejected.


getTotalNumberOfRenewals

public long getTotalNumberOfRenewals()
Returns the cumulative number of entries that have been refreshed in the entity cache.


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

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference