| Package | Description |
|---|---|
| weblogic.coherence.descriptor.wl |
Provides interfaces for
weblogic.coherence.descriptor.wl. |
| Modifier and Type | Method | Description |
|---|---|---|
CoherenceServiceBean |
CoherenceClusterParamsBean.createCoherenceService(java.lang.String name) |
Creates a new CoherenceService bean representing the specified Service and
adds it to the list of currently existing beans.
|
CoherenceServiceBean[] |
CoherenceClusterParamsBean.getCoherenceServices() |
An array of CoherenceService beans, each of which represents a Coherence Service.
|
CoherenceServiceBean |
CoherenceClusterParamsBean.lookupCoherenceService(java.lang.String name) |
The bean representing the specified Coherence Service.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
CoherenceClusterParamsBean.destroyCoherenceService(CoherenceServiceBean bean) |
Destroys the bean representing the Coherence Service
and removes it from the list of currently existing beans.
|