SettableBean
public interface WeblogicCoherenceBean extends SettableBean
Modifier and Type | Method | Description |
---|---|---|
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.
|
CoherenceFederationParamsBean |
getCoherenceFederationParams() |
The Coherence cluster parameters related to
Federation settings.
|
CoherenceLoggingParamsBean |
getCoherenceLoggingParams() |
The Coherence logging parameters that have been
defined for this WebLogicCoherenceBean.
|
CoherencePersistenceParamsBean |
getCoherencePersistenceParams() |
The Coherence cluster parameters related to
Default Persistence settings.
|
long |
getCustomClusterConfigurationFileLastUpdatedTimestamp() |
The timestamp at which the custom cluster configuration file was last updated.
|
java.lang.String |
getCustomClusterConfigurationFileName() |
The name of the external custom Coherence operational configuration override file.
|
java.lang.String |
getName() |
A unique name that identifies this system resource in the WebLogic domain.
|
java.lang.String |
getVersion() |
The version of this file.
|
void |
setCustomClusterConfigurationFileName(java.lang.String file) |
Set the name of a custom Coherence operational configuration override file.
|
void |
setName(java.lang.String name) |
Sets the name.
|
void |
setVersion(java.lang.String version) |
Sets the version of this file.
|
java.lang.String getName()
void setName(java.lang.String name)
Sets the name.
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.
CoherenceAddressProvidersBean getCoherenceAddressProviders()
The Coherence Address Provider parameters that have been defined for this WebLogicCoherenceBean.
java.lang.String getCustomClusterConfigurationFileName()
The name of the external custom Coherence operational configuration override file.
Note: Before setting the file name, the user must make sure the file exist and is located in the domain home under the config/coherence/$CoherenceClusterName directory. The file must also be readable. You may use the import operation to import the file from a location on the admin server to the domain home; import is only available for WLST online.void setCustomClusterConfigurationFileName(java.lang.String file) throws java.lang.IllegalArgumentException
Set the name of a custom Coherence operational configuration override file. Before setting the file name, user must make sure the file exists and is located in the domain home under config/coherence/$CoherenceClusterName directory. The file is also readable.
file
- the custom Coherence cluster configuration override file namejava.lang.IllegalArgumentException
- is thrown if failslong getCustomClusterConfigurationFileLastUpdatedTimestamp()
The timestamp at which the custom cluster configuration file was last updated.
java.lang.String getVersion()
The version of this file.
void setVersion(java.lang.String version)
Sets the version of this file.
version
- CoherencePersistenceParamsBean getCoherencePersistenceParams()
The Coherence cluster parameters related to Default Persistence settings.
CoherenceFederationParamsBean getCoherenceFederationParams()
The Coherence cluster parameters related to Federation settings.