BEA Systems, Inc.

WebLogic Server 6.1 API Reference

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.

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

Method Summary
 double getAvgPercentPersistent()
          Returns the ...
 double getAvgPercentTransient()
          Returns the ...
 double getAvgPerEntryDiskSize()
          Returns the ...
 double getAvgPerEntryMemorySize()
          Returns the ...
 double getAvgTimeout()
          Returns the ...
 long getMaxEntryMemorySize()
          Returns the ...
 double getMaxEntryTimeout()
          Returns the ...
 long getMinEntryMemorySize()
          Returns the ...
 double getMinEntryTimeout()
          Returns the ...
 long getTotalCurrentEntries()
          Returns the ...
 long getTotalPersistentCurrentEntries()
          Returns the ...
 long getTotalTransientCurrentEntries()
          Returns the ...
 
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 ...


getTotalPersistentCurrentEntries

public long getTotalPersistentCurrentEntries()
Returns the ...


getTotalTransientCurrentEntries

public long getTotalTransientCurrentEntries()
Returns the ...


getAvgPercentTransient

public double getAvgPercentTransient()
Returns the ...


getAvgPercentPersistent

public double getAvgPercentPersistent()
Returns the ...


getAvgTimeout

public double getAvgTimeout()
Returns the ...


getMinEntryTimeout

public double getMinEntryTimeout()
Returns the ...


getMaxEntryTimeout

public double getMaxEntryTimeout()
Returns the ...


getAvgPerEntryMemorySize

public double getAvgPerEntryMemorySize()
Returns the ...


getMaxEntryMemorySize

public long getMaxEntryMemorySize()
Returns the ...


getMinEntryMemorySize

public long getMinEntryMemorySize()
Returns the ...


getAvgPerEntryDiskSize

public double getAvgPerEntryDiskSize()
Returns the ...


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

WebLogic classes and methods that do not appear in this reference are not public and are not supported.