| Package | Description |
|---|---|
| weblogic.management.configuration |
| Modifier and Type | Method and Description |
|---|---|
XMLEntityCacheMBean |
DomainMBean.createXMLEntityCache(String name)
Factory method to create an XMLEntityCache Object
|
XMLEntityCacheMBean |
ServerTemplateMBean.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.lookupXMLEntityCache(String name)
Returns an XMLEntityCache object if the given name
|
| Modifier and Type | Method and Description |
|---|---|
void |
DomainMBean.destroyXMLEntityCache(XMLEntityCacheMBean cache)
Factory method to destroys an XMLEntityCache Object
|
void |
ServerTemplateMBean.setXMLEntityCache(XMLEntityCacheMBean cache)
Sets the value of the XMLEntityCache attribute.
|