BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.2 MBeans (Deprecated)

(Methods marked with @since 9.0.0.0 are not available through the deprecated MBeanHome interface.)


Uses of Interface
weblogic.management.configuration.XMLEntityCacheMBean

Packages that use XMLEntityCacheMBean
weblogic.management.configuration   
 

Uses of XMLEntityCacheMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return XMLEntityCacheMBean
 XMLEntityCacheMBean ServerMBean.getXMLEntityCache()
          The server's XML entity cache, which is used to configure the behavior of JAXP (Java API for XML Parsing).
 XMLEntityCacheMBean[] DomainMBean.getXMLEntityCaches()
          Returns all the XMLEntityCache objects defined in this domain
 XMLEntityCacheMBean DomainMBean.createXMLEntityCache(String name)
          Factory method to create an XMLEntityCache Object
 XMLEntityCacheMBean DomainMBean.lookupXMLEntityCache(String name)
          Returns an XMLEntityCache object if the given name
 

Methods in weblogic.management.configuration with parameters of type XMLEntityCacheMBean
 void ServerMBean.setXMLEntityCache(XMLEntityCacheMBean cache)
          Sets the value of the XMLEntityCache attribute.
 void DomainMBean.destroyXMLEntityCache(XMLEntityCacheMBean cache)
          Factory method to destroys an XMLEntityCache Object
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.