ConfigurationMBean
, DescriptorBean
, javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, SettableBean
, WebLogicMBean
public interface HealthScoreMBean extends ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
Modifier and Type | Method | Description |
---|---|---|
int |
getCalculateIntervalSecs() |
The interval time (in seconds) that WebLogic Server will call the health score plugin
for calculating the server's health score.
|
java.lang.String |
getPluginClassName() |
The class name of the health score plugin to be instantiated and used by the health score
service to calculate the health score of the server.
|
boolean |
isEnabled() |
Indicates whether the health score service is enabled.
|
void |
setEnabled(boolean enable) |
|
void |
setPluginClassName(java.lang.String pluginClassName) |
Sets the class name of the health score plugin to be instantiated and used by the health score
serivce.
|
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preDeregister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
boolean isEnabled()
void setEnabled(boolean enable)
enable
- The new enabled valueisEnabled()
java.lang.String getPluginClassName()
void setPluginClassName(java.lang.String pluginClassName)
pluginClassName
- class name of the plugin to be instantiated.int getCalculateIntervalSecs()