ConfigurationMBean, DescriptorBean, javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, SettableBean, WebLogicMBeanpublic interface CoherenceTierMBean extends ConfigurationMBean
This class represents Coherence Tier. A Coherence Tier is formed by one WLS Cluster.
DEFAULT_EMPTY_BYTE_ARRAY| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isCoherenceWebFederatedStorageEnabled() |
Specifies whether Federated Cache Storage is enabled for the Coherence Web cluster member
|
boolean |
isCoherenceWebLocalStorageEnabled() |
Specifies whether Local Storage is enabled for the Coherence*Web cluster tier
|
boolean |
isLocalStorageEnabled() |
Specifies whether Local Storage is enabled
|
void |
setCoherenceWebFederatedStorageEnabled(boolean enabled) |
Sets Federated Cache Storage for the Coherence Web cluster member
|
void |
setCoherenceWebLocalStorageEnabled(boolean enabled) |
Sets Local Storage for the Coherence Web cluster tier
|
void |
setLocalStorageEnabled(boolean enabled) |
Sets Local Storage
|
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSetaddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenergetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenergetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParentboolean isLocalStorageEnabled()
Specifies whether Local Storage is enabled
void setLocalStorageEnabled(boolean enabled)
throws javax.management.InvalidAttributeValueException
Sets Local Storage
javax.management.InvalidAttributeValueExceptionboolean isCoherenceWebLocalStorageEnabled()
Specifies whether Local Storage is enabled for the Coherence*Web cluster tier
void setCoherenceWebLocalStorageEnabled(boolean enabled)
throws javax.management.InvalidAttributeValueException
Sets Local Storage for the Coherence Web cluster tier
javax.management.InvalidAttributeValueExceptionboolean isCoherenceWebFederatedStorageEnabled()
Specifies whether Federated Cache Storage is enabled for the Coherence Web cluster member
void setCoherenceWebFederatedStorageEnabled(boolean enabled)
throws javax.management.InvalidAttributeValueException
Sets Federated Cache Storage for the Coherence Web cluster member
javax.management.InvalidAttributeValueException