|
Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.6) Part Number E13945-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLEntityCacheMBean
Configure the behavior of JAXP (Java API for XML Parsing) in the server.
This is a type-safe interface for a
WebLogic Server MBean, which you can import into your client
classes and access through
weblogic.management.MBeanHome
. As of 9.0, the
MBeanHome
interface and all type-safe interfaces for
WebLogic Server MBeans are deprecated. Instead, client classes that
interact with WebLogic Server MBeans should use standard JMX design
patterns in which clients use the
javax.management.MBeanServerConnection
interface to
discover MBeans, attributes, and attribute types at runtime. For
more information, see "Developing Manageable Applications with JMX."
Field Summary |
---|
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean |
---|
DEFAULT_EMPTY_BYTE_ARRAY |
Method Summary | |
---|---|
int |
getCacheDiskSize()
The disk size, in MB, of the persistent disk cache. |
String |
getCacheLocation()
Provides the path name for the persistent cache files. |
int |
getCacheMemorySize()
The memory size, in KB, of the cache. |
int |
getCacheTimeoutInterval()
The default timeout interval, in seconds, for the cache. |
EntityCacheCurrentStateRuntimeMBean |
getEntityCacheCurrentRuntime()
Deprecated. 9.0.0.0 |
EntityCacheCumulativeRuntimeMBean |
getEntityCacheHistoricalRuntime()
Deprecated. 9.0.0.0 |
EntityCacheCumulativeRuntimeMBean |
getEntityCacheSessionRuntime()
Deprecated. 9.0.0.0 |
int |
getMaxSize()
Provides the maximum number of entries that can be stored in the cache at any given time. |
void |
setCacheDiskSize(int cacheSize)
Sets the value of the cacheDiskSize attribute. |
void |
setCacheLocation(String path)
Sets the value of the cacheLocation attribute. |
void |
setCacheMemorySize(int cacheSize)
Sets the value of the cacheMemorySize attribute. |
void |
setCacheTimeoutInterval(int interval)
Sets the value of the cacheTimeoutInterval attribute. |
void |
setMaxSize(int size)
Sets the value of the maxSize attribute. |
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean |
---|
freezeCurrentValue, getName, getNotes, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet |
Method Detail |
---|
String getCacheLocation()
Provides the path name for the persistent cache files.
void setCacheLocation(String path) throws InvalidAttributeValueException
Sets the value of the cacheLocation attribute.
path
- The new cacheLocation value
InvalidAttributeValueException
XMLEntityCacheMBean.getCacheLocation()
int getCacheMemorySize()
The memory size, in KB, of the cache. The default value is 500 KB.
Return the memory size in KBytes of the cache.
void setCacheMemorySize(int cacheSize) throws InvalidAttributeValueException
Sets the value of the cacheMemorySize attribute.
cacheSize
- The new cacheMemorySize value
InvalidAttributeValueException
XMLEntityCacheMBean.getCacheMemorySize()
int getCacheDiskSize()
The disk size, in MB, of the persistent disk cache. The default value is 5 MB.
Return the disk size in MBytes of the cache.
void setCacheDiskSize(int cacheSize) throws InvalidAttributeValueException
Sets the value of the cacheDiskSize attribute.
cacheSize
- The new cacheDiskSize value
InvalidAttributeValueException
XMLEntityCacheMBean.getCacheDiskSize()
int getCacheTimeoutInterval()
The default timeout interval, in seconds, for the cache. The default value is 120 seconds.
Return the default timeout interval in seconds for the cache.
void setCacheTimeoutInterval(int interval) throws InvalidAttributeValueException
Sets the value of the cacheTimeoutInterval attribute.
interval
- The new cacheTimeoutInterval value
InvalidAttributeValueException
XMLEntityCacheMBean.getCacheTimeoutInterval()
EntityCacheCurrentStateRuntimeMBean getEntityCacheCurrentRuntime()
Provides the name of an MBean representing the runtime state of the cache. Returns null if the given server is not running
EntityCacheCumulativeRuntimeMBean getEntityCacheSessionRuntime()
Provides the name of an MBean representing the runtime state of the cache. Returns null if the given server is not running
EntityCacheCumulativeRuntimeMBean getEntityCacheHistoricalRuntime()
Provides the name of an MBean representing the runtime state of the cache. Returns null if the given server is not running
int getMaxSize()
Provides the maximum number of entries that can be stored in the cache at any given time.
void setMaxSize(int size)
Sets the value of the maxSize attribute.
size
- The new maxSize valueXMLEntityCacheMBean.getMaxSize()
|
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server MBean Javadoc 11g Release 1 (10.3.6) Part Number E13945-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |