EntityCacheRuntimeMBean


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.EntityCacheRuntimeMBean
Factory Methods No factory methods. Instances of this MBean are created automatically.
Subtypes The following MBeans extend or implement this MBean type:


    Attributes

    This section describes the following attributes:


    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

    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

    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

    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

    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

    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

    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