ConfigurationMBean, DescriptorBean, javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, SettableBean, WebLogicMBeanpublic 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, unSetaddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenergetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenergetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParentboolean 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()