|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface WLDFHarvesterBean
Configures the behavior of the Harvester component of the WebLogic Diagnostic Framework (WLDF).
| Method Summary | |
|---|---|
abstract WLDFHarvestedTypeBean |
createHarvestedType(String name)Creates a harvested type. |
abstract void |
destroyHarvestedType(WLDFHarvestedTypeBean entry)Removes an entry from the list of harvested types. |
abstract WLDFHarvestedTypeBean[] |
getHarvestedTypes()The list of MBeans representing the harvested types. |
abstract long |
getSamplePeriod()The interval, in milliseconds, between samples. |
abstract boolean |
isEnabled()Specifies whether the Harvester component is enabled. |
abstract WLDFHarvestedTypeBean |
lookupHarvestedType(String name)Looks up an instance from the list of harvested types. |
abstract void |
setEnabled(boolean enabled)Sets the value of the Enabled attribute. |
abstract void |
setSamplePeriod(long newValue)Sets the value of the SamplePeriod attribute. |
| Methods inherited from interface weblogic.diagnostics.descriptor.WLDFBean |
|---|
getId, getName |
| Method Detail |
|---|
boolean isEnabled()
Specifies whether the Harvester component is enabled.
If true, all types that are both configured and enabled are harvested. If false, nothing is harvested.
void setEnabled(boolean enabled)
Sets the value of the Enabled attribute.
enabled - The enabled state of the Harvester component.WLDFHarvesterBean.isEnabled()long getSamplePeriod()
The interval, in milliseconds, between samples.
void setSamplePeriod(long newValue)
throws IllegalArgumentException
Sets the value of the SamplePeriod attribute.
newValue - the new interval valueIllegalArgumentExceptionWLDFHarvesterBean.getSamplePeriod()WLDFHarvestedTypeBean[] getHarvestedTypes()
The list of MBeans representing the harvested types.
WLDFHarvestedTypeBean createHarvestedType(String name)
Creates a harvested type.
name - the name of the entity being createdvoid destroyHarvestedType(WLDFHarvestedTypeBean entry)
Removes an entry from the list of harvested types.
entry - the entry to be deletedWLDFHarvestedTypeBean lookupHarvestedType(String name)
Looks up an instance from the list of harvested types.
name - the name of the entry to be looked up
|
Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||