Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Interface
weblogic.coherence.descriptor.wl.CoherenceCacheBean

Packages that use CoherenceCacheBean
weblogic.coherence.descriptor.wl Provides interfaces for weblogic.coherence.descriptor.wl

 

Uses of CoherenceCacheBean in weblogic.coherence.descriptor.wl

 

Methods in weblogic.coherence.descriptor.wl that return CoherenceCacheBean
abstract  CoherenceCacheBean CoherenceClusterParamsBean.createCoherenceCache(String name)
          Creates a new CoherenceCache bean representing the specified cache and adds it to the list of currently existing beans.
abstract  CoherenceCacheBean[] CoherenceClusterParamsBean.getCoherenceCaches()
          An array of CoherenceCache beans, each of which represents a Coherence cache.
abstract  CoherenceCacheBean CoherenceClusterParamsBean.lookupCoherenceCache(String name)
          The bean representing the specified Coherence cache.

 

Methods in weblogic.coherence.descriptor.wl with parameters of type CoherenceCacheBean
abstract  void CoherenceClusterParamsBean.destroyCoherenceCache(CoherenceCacheBean bean)
          Destroys the bean representing the Coherence cache and removes it from the list of currently existing beans.

 


Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09