WLDFHarvesterBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

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

           
Since9.0.0.0
Security rolesThe following roles have read, write, and invoke permission for all non-encrypted attributes and operations in this MBean:
  • Deployer
Fully Qualified Interface NameIf you use the getMBeanInfo operation 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.


Related MBeans

This section describes attributes that provide access to other MBeans.


    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[]
    Relationship type: Containment.


    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