com.bea.wli.management.configuration
Interface XMLCacheMBean

All Superinterfaces:
weblogic.management.configuration.ConfigurationMBean, weblogic.descriptor.DescriptorBean, javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, weblogic.descriptor.SettableBean, weblogic.management.WebLogicMBean

public interface XMLCacheMBean
extends weblogic.management.configuration.ConfigurationMBean


Field Summary
static long CACHING_STUB_SVUID
           
static String MBEAN_TYPE
           
static String SINGLETON_MBEAN_NAME
           
 
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
 
Method Summary
 void add(String key, org.apache.xmlbeans.XmlObject doc)
           
 void delete(String key)
           
 org.apache.xmlbeans.XmlObject get(String key)
           
 String[] getAllKeys()
           
 boolean keyExists(String key)
           
 void update(String key, org.apache.xmlbeans.XmlObject doc)
           
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getComments, getName, getNotes, isDefaultedMBean, isPersistenceEnabled, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, touch, unSet
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 
Methods inherited from interface weblogic.descriptor.DescriptorBean
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener
 

Field Detail

MBEAN_TYPE

static final String MBEAN_TYPE
See Also:
Constant Field Values

SINGLETON_MBEAN_NAME

static final String SINGLETON_MBEAN_NAME
See Also:
Constant Field Values

CACHING_STUB_SVUID

static final long CACHING_STUB_SVUID
See Also:
Constant Field Values
Method Detail

add

void add(String key,
         org.apache.xmlbeans.XmlObject doc)

update

void update(String key,
            org.apache.xmlbeans.XmlObject doc)

delete

void delete(String key)

get

org.apache.xmlbeans.XmlObject get(String key)

keyExists

boolean keyExists(String key)

getAllKeys

String[] getAllKeys()