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


weblogic.coherence.descriptor.wl
Interface WeblogicCoherenceBean

All Superinterfaces:
SettableBean

public interface WeblogicCoherenceBean
extends SettableBean

The top of the Coherence Cluster System Resource bean tree.


Method Summary
abstract  CoherenceAddressProvidersBean getCoherenceAddressProviders()
          The Coherence Address Provider parameters that have been defined for this WebLogicCoherenceBean.
abstract  CoherenceClusterParamsBean getCoherenceClusterParams()
          The Coherence cluster parameters that have been defined for this WebLogicCoherenceBean.
abstract  CoherenceLoggingParamsBean getCoherenceLoggingParams()
          The Coherence logging parameters that have been defined for this WebLogicCoherenceBean.
abstract  long getCustomClusterConfigurationFileLastUpdatedTimestamp()
          The timestamp at which the custom cluster configuration file was last updated.
abstract  String getCustomClusterConfigurationFileName()
          The name of a custom Coherence operational configuration override file.
abstract  String getName()
          A unique name that identifies this system resource in the WebLogic domain.
abstract  String getVersion()
          The version of this file.
abstract  void setName(String name)
          Sets the name.
abstract  void setVersion(String version)
          Sets the version of this file.

 

Method Detail

getName

String getName()
A unique name that identifies this system resource in the WebLogic domain.

setName

void setName(String name)

Sets the name.


getCoherenceClusterParams

CoherenceClusterParamsBean getCoherenceClusterParams()

The Coherence cluster parameters that have been defined for this WebLogicCoherenceBean.

Returns:
CoherenceClusterParamsBean object

getCoherenceLoggingParams

CoherenceLoggingParamsBean getCoherenceLoggingParams()

The Coherence logging parameters that have been defined for this WebLogicCoherenceBean.

Returns:
CoherenceLoggingParamsBean object

getCoherenceAddressProviders

CoherenceAddressProvidersBean getCoherenceAddressProviders()

The Coherence Address Provider parameters that have been defined for this WebLogicCoherenceBean.

Returns:
CoherenceAddressProvidersBean object

getCustomClusterConfigurationFileName

String getCustomClusterConfigurationFileName()

The name of a custom Coherence operational configuration override file.


getCustomClusterConfigurationFileLastUpdatedTimestamp

long getCustomClusterConfigurationFileLastUpdatedTimestamp()

The timestamp at which the custom cluster configuration file was last updated.


getVersion

String getVersion()

The version of this file.


setVersion

void setVersion(String version)

Sets the version of this file.

Parameters:
version -

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