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

Part Number E27170-01

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

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

Uses of CoherenceInitParamBean in weblogic.coherence.descriptor.wl
 

Methods in weblogic.coherence.descriptor.wl that return CoherenceInitParamBean
 CoherenceInitParamBean CoherenceIdentityAsserterBean.createCoherenceInitParam(String name)
          Creates a new CoherenceInitParam bean representing the specified initialization parameter and adds it to the list of currently existing beans.
 CoherenceInitParamBean[] CoherenceIdentityAsserterBean.getCoherenceInitParams()
          An array of CoherenceInitParam beans, each of which represents an initialization parameter.
 CoherenceInitParamBean CoherenceIdentityAsserterBean.lookupCoherenceInitParam(String name)
          Lookup the bean representing the specified initialization parameter.
 

Methods in weblogic.coherence.descriptor.wl with parameters of type CoherenceInitParamBean
 void CoherenceIdentityAsserterBean.destroyCoherenceInitParam(CoherenceInitParamBean bean)
          Destroys the bean representing the specified initialization parameter and removes it from the list of currently existing beans.
 void CoherenceIdentityAsserterBean.setCoherenceInitParams(CoherenceInitParamBean[] beans)
          Set the CoherenceInitParams in order of the constructor.
 


Copyright 1996, 2013, 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.1.2)

Part Number E27170-01