WLDFHarvesterBean


Overview  |   Child MBeans  |   Attributes  |   Operations

Overview

Configures the behavior of the Harvester component of the WebLogic Diagnostic Framework (WLDF).

Fully Qualified Interface Name

If you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.diagnostics.descriptor.WLDFHarvesterBean

Since 9.0.0.0

Factory Methods

No factory methods. Instances of this MBean are created automatically.

Access Points

You can access this MBean from the following MBean attributes:


    Child MBeans

    This section describes attributes that contain child MBeans. For more information about the MBean hierarchy, refer to WebLogic Server MBean Data Model.


      HarvestedTypes

      The list of MBeans representing the harvested types.

             
      Factory MethodscreateHarvestedType (java.lang.String name)

      destroyHarvestedType (WLDFHarvestedTypeBean entry)

      Factory methods do not return objects.

      See Using factory methods.

      Privileges Read only
      TypeWLDFHarvestedTypeBean[]


      Attributes

      This section describes the following attributes:


      Enabled

      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
      Typeboolean
      Default Valuetrue

      Name

      The name of the WebLogic Diagnostic Framework (WLDF) bean.

             
      Privileges Read only
      Typejava.lang.String
      Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

      SamplePeriod

      The interval, in milliseconds, between samples.

             
      Privileges Read/Write
      Typelong
      Default Value300000
      Minimum value1000