XMLCacheMBean Interface
- public interface XMLCacheMBean
extends ConfigurationMBean
-
All Superinterfaces
-
ConfigurationMBean, DynamicMBean, MBeanRegistration, NotificationBroadcaster, WebLogicMBean
Methods from interface weblogic.management.configuration.ConfigurationMBean |
freezeCurrentValue, getAttributeStringValue, getComments, getNotes, getSetFields, getXml, getXmlConverter, isDefaultedMBean, isPersistenceEnabled, preDeregister, registerConfigMBean, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, touch, unRegisterConfigMBean |
CACHING_STUB_SVUID
public static final long CACHING_STUB_SVUID
MBEAN_TYPE
public static final String MBEAN_TYPE
SINGLETON_MBEAN_NAME
public static final String SINGLETON_MBEAN_NAME
add(String, XmlObject) Method
public void add(String key,
XmlObject _doc)
delete(String) Method
public void delete(String key)
get(String) Method
public XmlObject get(String key)
getAllKeys() Method
public String[] getAllKeys()
keyExists(String) Method
public boolean keyExists(String key)
update(String, XmlObject) Method
public void update(String key,
XmlObject _doc)