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

Part Number E27170-02

weblogic.coherence.descriptor.wl
Interface WeblogicCoherenceBean

All Superinterfaces:
SettableBean

public interface WeblogicCoherenceBean
extends SettableBean

The top of the Coherence Cluster System Resource bean tree.

Access limited to the following security roles:
Deployer

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

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 -

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-02