BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.management.runtime
Interface EntityCacheCurrentStateRuntimeMBean


public interface EntityCacheCurrentStateRuntimeMBean
extends EntityCacheRuntimeMBean

This class is used for monitoring an XML Cache.

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

Method Summary
 long getDiskUsage()
          Returns the current size of the entity disk cache.
 long getMemoryUsage()
          Returns current size of the entity memory 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, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Method Detail

getMemoryUsage

public long getMemoryUsage()
Returns current size of the entity memory cache.

Returns:
The memoryUsage value

getDiskUsage

public long getDiskUsage()
Returns the current size of the entity disk cache.

Returns:
The diskUsage value

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