EntityCacheCumulativeRuntimeMBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

This class is used for monitoring an XML Cache.

   
Fully Qualified Interface NameIf you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.management.runtime.EntityCacheCumulativeRuntimeMBean
Factory Methods No factory methods. Instances of this MBean are created automatically.


Attributes

This section describes the following attributes:


AvgEntrySizeDiskPurged

Provides the cumulative average size of entries that have been purged from the disk cache.

       
Privileges Read only
Typedouble

AvgEntrySizeMemoryPurged

Provides the average size of the all the entries that have been purged from the memory.

       
Privileges Read only
Typedouble

AvgPercentPersistent

Provides the current average percentage of entries in the entity cache that have been persisted to the disk cache.

Returns current average percentage of entries in the entity cache that have been persisted to the disk cache.

       
Privileges Read only
Typedouble

AvgPercentTransient

Provides the current average percentage of entries in the entity cache that are transient, or have not been persisted.

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

       
Privileges Read only
Typedouble

AvgPerEntryDiskSize

Provides the current average size of the entries in the entity disk cache.

Returns the current average size of the entries in the entity disk cache.

       
Privileges Read only
Typedouble

AvgPerEntryMemorySize

Provides the current average size of the entries in the entity memory cache.

Returns the current average size of the entries in the entity memory cache.

       
Privileges Read only
Typedouble

AvgTimeout

Provides the average amount of time that the entity cache has timed out when trying to retrieve an entity.

Returns the average amount of time that the entity cache has timed out when trying to retrieve an entity.

       
Privileges Read only
Typedouble

CachingDisabled

Private property that disables caching in proxies.

       
Privileges Read only
Typeboolean

DiskPurgesPerHour

Provides cumulative average number of purges from the disk cache per hour.

       
Privileges Read only
Typedouble

MaxEntryMemorySize

Provides the current maximum size of the entries in the entity memory cache.

Returns the current maximum size of the entries in the entity memory cache.

       
Privileges Read only
Typelong

MaxEntryTimeout

Provides the largest timeout value for any current entry in the entity cache.

Returns the largest timeout value for any current entry in the entity cache.

       
Privileges Read only
Typedouble

MBeanInfo

Returns the MBean info for this MBean.

Deprecated.

       
Privileges Read only
Typejavax.management.MBeanInfo

MemoryPurgesPerHour

Provides the cumulative average number of entries that have been purged from the entity cache.

       
Privileges Read only
Typedouble

MinEntryMemorySize

Provides the current minimum size of the entries in the entity memory cache.

Returns the current minimum size of the entries in the entity memory cache.

       
Privileges Read only
Typelong

MinEntryTimeout

Provides the smallest timeout value for any current entry in the entity cache.

Returns the smallest timeout value for any current entry in the entity cache.

       
Privileges Read only
Typedouble

MostRecentDiskPurge

Provides the date of the most recent purge from the disk cache.

       
Privileges Read only
Typejava.util.Date

MostRecentMemoryPurge

Provides the date of the most recent purge of the entity cache.

       
Privileges Read only
Typejava.util.Date

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

       
Privileges Read only
Typejava.lang.String

ObjectName

Returns the ObjectName under which this MBean is registered in the MBean server.

Deprecated.

       
Privileges Read only
Typeweblogic.management.WebLogicObjectName

Parent

Return the immediate parent for this MBean

       
Privileges Read/Write
Type

PercentRejected

Provides the cumulative percent of the potential entries to the entity cache that have been rejected.

       
Privileges Read only
Typedouble

Registered

Returns false if the MBean represented by this object has been unregistered.

Deprecated.

       
Privileges Read only
Typeboolean

TotalCurrentEntries

Provides a count of the total current number of entries in the entity cache.

Returns the total current number of entries in the entity cache.

       
Privileges Read only
Typelong

TotalItemsDiskPurged

Provides the total number of items that have been purged from the disk cache.

       
Privileges Read only
Typelong

TotalItemsMemoryPurged

Provides the cumulative number of items that have been purged from the entity cache.

       
Privileges Read only
Typelong

TotalNumberDiskPurges

Provides a count of the total number of entries that have been purged from the disk cache.

       
Privileges Read only
Typelong

TotalNumberMemoryPurges

Provides the cumulative number of entries that have been purged from the entity cache.

       
Privileges Read only
Typelong

TotalNumberOfRejections

Provides the cumulative total number of rejections of entries from the entity cache for the current session.

       
Privileges Read only
Typelong

TotalNumberOfRenewals

Provides a count of the cumulative number of entries that have been refreshed in the entity cache.

       
Privileges Read only
Typelong

TotalPersistentCurrentEntries

Provides a count of the total current number of entries in the cache that have been persisted to disk.

Returns the total current number of entries in the cache that have been persisted to disk.

       
Privileges Read only
Typelong

TotalSizeOfRejections

Provides the cumulative total size of the rejections from the entity cache.

       
Privileges Read only
Typelong

TotalTransientCurrentEntries

Provides a count of the total current number of transient (not yet persisted to disk) entries in the entity cache.

Returns the total current number of transient entries in the entity cache.

       
Privileges Read only
Typelong

Type

Returns the type of the MBean.

       
Privileges Read only
Typejava.lang.String


Operations

This section describes the following operations:


    preDeregister

       
    Operation Name"preDeregister"
    Parametersnull
    Signaturenull
    Returns void
    Exceptions
    • java.lang.Exception