Administration Console Online Help

 Previous Next Contents Index  

 


XMLEntity Cache --> Session --> Rejections

Tasks     Additional Documentation     Attributes

Overview

You can specify that a managed WebLogic Server cache external entities that are referenced with a URL or a pathname relative to the Administration server, either at server-startup or when the entity is first referenced.

Caching the external entity in the managed WebLogic Server saves the remote access time and provides a local backup in the event that the Administration server cannot be accessed while an XML document is being parsed, due to the network or the Administration server being down.

A set of statistics that describes the external entity cache is available for you to use to monitor the effectiveness of the cache. These statistics describe:

This tab provides cumulative information about the external entities that have been rejected for inclusion in the external entity cache for the current session.

Tasks

Monitoring the External Entity Cache

Additional Documentation

(Requires an Internet connection.)

Monitoring the External Entity Cache

Attributes

Attribute Label

Description

Value Constraints

Total Number Of Rejections

The cumulative total number of rejections from the entity cache.

MBean: weblogic.management.
runtime.
EntityCacheCumulativeRuntimeMBean

Attribute: TotalNumberOfRejections

Default: 0

Readable: yes

Total Size Of Rejections

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

MBean: weblogic.management.
runtime.
EntityCacheCumulativeRuntimeMBean

Attribute: TotalSizeOfRejections

Default: 0

Readable: yes

Percent Rejected

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

MBean: weblogic.management.
runtime.
EntityCacheCumulativeRuntimeMBean

Attribute: PercentRejected

Readable: yes

Total Number Of Renewals

The cumulative number of entries that have been refreshed in the entity cache.

MBean: weblogic.management.
runtime.
EntityCacheCumulativeRuntimeMBean

Attribute: TotalNumberOfRenewals

Default: 0

Readable: yes



 

Back to Top Previous Next