BEA Systems, Inc.


weblogic.management.runtime
Interface EntityCacheRuntimeMBean

All Known Subinterfaces:
EntityCacheCumulativeRuntimeMBean, EntityCacheCurrentStateRuntimeMBean

public interface EntityCacheRuntimeMBean
extends weblogic.management.runtime.RuntimeMBean

This class is used for monitoring an XML Cache.


Method Summary
 double getAvgPercentPersistent()
          Returns current average percentage of entries in the entity cache that have been persisted to the disk cache.
 double getAvgPercentTransient()
          Returns current average percentage of entries in the entity cache that are transient, or have not been persisted.
 double getAvgPerEntryDiskSize()
          Returns the current average size of the entries in the entity disk cache.
 double getAvgPerEntryMemorySize()
          Returns the current average size of the entries in the entity memory cache.
 double getAvgTimeout()
          Returns the average amount of time that the entity cache has timed out when trying to retrieve an entity.
 long getMaxEntryMemorySize()
          Returns the current maximum size of the entries in the entity memory cache.
 double getMaxEntryTimeout()
          Returns the largest timeout value for any current entry in the entity cache.
 long getMinEntryMemorySize()
          Returns the current minimum size of the entries in the entity memory cache.
 double getMinEntryTimeout()
          Returns the smallest timeout value for any current entry in the entity cache.
 long getTotalCurrentEntries()
          Returns the total current number of entries in the entity cache.
 long getTotalPersistentCurrentEntries()
          Returns the total current number of entries in the cache that have been persisted to disk.
 long getTotalTransientCurrentEntries()
          Returns the total current number of transient entries in the entity cache.
 
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

getTotalCurrentEntries

public long getTotalCurrentEntries()
Returns the total current number of entries in the entity cache.


getTotalPersistentCurrentEntries

public long getTotalPersistentCurrentEntries()
Returns the total current number of entries in the cache that have been persisted to disk.


getTotalTransientCurrentEntries

public long getTotalTransientCurrentEntries()
Returns the total current number of transient entries in the entity cache.


getAvgPercentTransient

public double getAvgPercentTransient()
Returns current average percentage of entries in the entity cache that are transient, or have not been persisted.


getAvgPercentPersistent

public double getAvgPercentPersistent()
Returns current average percentage of entries in the entity cache that have been persisted to the disk cache.


getAvgTimeout

public double getAvgTimeout()
Returns the average amount of time that the entity cache has timed out when trying to retrieve an entity.


getMinEntryTimeout

public double getMinEntryTimeout()
Returns the smallest timeout value for any current entry in the entity cache.


getMaxEntryTimeout

public double getMaxEntryTimeout()
Returns the largest timeout value for any current entry in the entity cache.


getAvgPerEntryMemorySize

public double getAvgPerEntryMemorySize()
Returns the current average size of the entries in the entity memory cache.


getMaxEntryMemorySize

public long getMaxEntryMemorySize()
Returns the current maximum size of the entries in the entity memory cache.


getMinEntryMemorySize

public long getMinEntryMemorySize()
Returns the current minimum size of the entries in the entity memory cache.


getAvgPerEntryDiskSize

public double getAvgPerEntryDiskSize()
Returns the current average size of the entries in the entity disk 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