CacheRuntimeMBean Interface

com.bea.wli.management.runtime
CacheRuntimeMBean Interface

public interface CacheRuntimeMBean

    extends RuntimeMBean

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


All Superinterfaces
DynamicMBean, MBeanRegistration, NotificationBroadcaster, RuntimeMBean, WebLogicMBean

Field Summary

public static final String
TYPE
String
 

Method Summary

public void
addCacheEntry(String key, String value, String cacheName)
public void
deleteCacheEntry(String key, String cacheName)
public CacheObject[]
doGetKeyValue(String cacheName)
public boolean
keyExists(String cacheName, String key)
public void
purgeData(String cacheName)
public void
purgeExpiredData(String cacheName)
 
Methods from interface javax.management.DynamicMBean
getAttribute, getAttributes, getMBeanInfo, invoke, setAttribute, setAttributes
 
Methods from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 
Methods from interface weblogic.management.runtime.RuntimeMBean
preDeregister
 
Methods from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
   

Field Detail

TYPE

public static final String TYPE

 

Method Detail

addCacheEntry(String, String, String) Method

public void addCacheEntry(String key, 
                          String value, 
                          String cacheName)
throws MBeanException

Exceptions

MBeanException

deleteCacheEntry(String, String) Method

public void deleteCacheEntry(String key, 
                             String cacheName)
throws MBeanException

Exceptions

MBeanException

doGetKeyValue(String) Method

public CacheObject[] doGetKeyValue(String cacheName)
throws MBeanException

Exceptions

MBeanException

keyExists(String, String) Method

public boolean keyExists(String cacheName, 
                         String key)
throws MBeanException

Exceptions

MBeanException

purgeData(String) Method

public void purgeData(String cacheName)
throws MBeanException

Exceptions

MBeanException

purgeExpiredData(String) Method

public void purgeExpiredData(String cacheName)
throws MBeanException

Exceptions

MBeanException