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 a 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 |
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 a custom Coherence operational configuration override file.
long 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.