Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Complex Event Processing
11g Release 1 (11.1.1.4.0)

E14303-04
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.management.configuration
Interface CachingSystemMBean


public interface CachingSystemMBean
extends WebLogicMBean

This MBean manages the configuration of a caching system instance. A caching system manages a set of cache instances.


Field Summary
static java.lang.String MBEAN_TYPE
           

 

Method Summary
 javax.management.ObjectName[] getCacheMBeans()
          Returns an array of ObjectName which contains the names of the CacheMBean
 java.lang.String getProvider()
          Returns the provider type of this caching system.

 

Methods inherited from interface com.bea.wlevs.management.WebLogicMBean
getName, getObjectName, getType

 

Field Detail

MBEAN_TYPE

public static final java.lang.String MBEAN_TYPE

Method Detail

getCacheMBeans

public javax.management.ObjectName[] getCacheMBeans()
                                             throws javax.management.JMException
Returns an array of ObjectName which contains the names of the CacheMBean
Returns:
ObjectName[] - array of ObjectName

getProvider

public java.lang.String getProvider()
                             throws javax.management.JMException
Returns the provider type of this caching system.
Returns:
String - provider type

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2011 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD