com.bea.wli.management.configuration
Interface CacheConfigMBean

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

public interface CacheConfigMBean
extends weblogic.management.configuration.ConfigurationMBean

Created by IntelliJ IDEA. User: avijay Date: Aug 12, 2004 Time: 4:17:36 PM To change this template use File | Settings | File Templates.


Field Summary
static long CACHING_STUB_SVUID
           
static String TYPE
           
 
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
 
Method Summary
 void addCacheConfig(CacheConfig cacheConfig)
           
 void deleteCacheInstance(String cacheName, String tableName)
           
 CacheConfig[] doGetCacheConfigArray()
           
 CacheConfig getCacheConfig(String cacheName)
           
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getAttributeStringValue, getComments, getNotes, getSetFields, getXml, getXmlConverter, isDefaultedMBean, isPersistenceEnabled, preDeregister, registerConfigMBean, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, touch, unRegisterConfigMBean
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Field Detail

TYPE

public static final String TYPE
See Also:
Constant Field Values

CACHING_STUB_SVUID

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

getCacheConfig

public CacheConfig getCacheConfig(String cacheName)

addCacheConfig

public void addCacheConfig(CacheConfig cacheConfig)
                    throws javax.management.MBeanException
Throws:
javax.management.MBeanException

doGetCacheConfigArray

public CacheConfig[] doGetCacheConfigArray()

deleteCacheInstance

public void deleteCacheInstance(String cacheName,
                                String tableName)