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 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. | ||
Access Points |
You can access this MBean from the following MBean attributes:
|
This section describes attributes that provide access to other MBeans.
|
The list of MBeans representing the harvested types.
Factory Methods | createHarvestedType
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupHarvestedType(String name)
Returns a |
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 |
Return the unique id of this bean instance.
Privileges | Read only |
Type | long |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
The name of the WebLogic Diagnostic Framework (WLDF) bean.
Privileges | Read only |
Type | java.lang.String |
The interval, in milliseconds, between samples.
Privileges | Read/Write |
Type | long |
Default Value | 300000 |
Minimum value | 1000 |
This section describes the following operations:
|
Return true if the given property has been explicitly set in this bean.
Operation Name | "isSet" |
Parameters | Object [] { propertyName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
boolean
|
Exceptions |
|
Restore the given property to its default value.
Operation Name | "unSet" |
Parameters | Object [] { propertyName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
void
|
Exceptions |
|