Configures the behavior of the Harvester component of the WebLogic Diagnostic Framework (WLDF).
| Since | 9.0.0.0 | ||
| Security roles | The following roles have read, write, and invoke permission for all non-encrypted attributes and operations in this MBean: 
 | ||
| Fully Qualified Interface Name | If you use the getMBeanInfooperation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:weblogic.diagnostics.descriptor.WLDFHarvesterBean | ||
| Factory Methods | No factory methods. Instances of this MBean are created automatically. | ||
| Access Points | You can access this MBean from the following MBean attributes: 
 | 
This section describes attributes that provide access to other MBeans. For more information about the MBean hierarchy, refer to WebLogic Server MBean Data Model.
|  | 
The list of MBeans representing the harvested types.
| Factory Methods | createHarvestedType
											(java.lang.String name)
										
 Factory methods do not return objects. | 
| Privileges | Read only | 
| Type | WLDFHarvestedTypeBean[] | 
| Relationship type: | Containment. | 
This section describes the following attributes:
Specifies whether the Harvester component is enabled.
If true, all types that are both configured and 
enabled are harvested. If false, nothing is 
harvested.
| Privileges | Read/Write | 
| Type | boolean | 
| Default Value | true | 
The name of the WebLogic Diagnostic Framework (WLDF) bean.
| Privileges | Read only | 
| Type | java.lang.String | 
| Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. | 
The interval, in milliseconds, between samples.
| Privileges | Read/Write | 
| Type | long | 
| Default Value | 300000 | 
| Minimum value | 1000 |