Package | Description |
---|---|
weblogic.coherence.descriptor.wl |
Provides interfaces for
weblogic.coherence.descriptor.wl . |
Modifier and Type | Method | Description |
---|---|---|
CoherenceAddressProviderBean |
CoherenceAddressProvidersBean.createCoherenceAddressProvider(java.lang.String name) |
Creates a new CoherenceAddressProvider bean representing the specified address provider and
adds it to the list of currently existing beans.
|
CoherenceAddressProviderBean[] |
CoherenceAddressProvidersBean.getCoherenceAddressProviders() |
An array of CoherenceAddressProvider beans, each of which represents an address provider.
|
CoherenceAddressProviderBean |
CoherenceAddressProvidersBean.lookupCoherenceAddressProvider(java.lang.String name) |
The bean representing the specified address provider.
|
Modifier and Type | Method | Description |
---|---|---|
void |
CoherenceAddressProvidersBean.destroyCoherenceAddressProvider(CoherenceAddressProviderBean bean) |
Destroys the bean representing the specified address provider
and removes it from the list of currently existing beans.
|