| Package | Description |
|---|---|
| weblogic.diagnostics.descriptor |
Provides interfaces for
weblogic.diagnostics.descriptor. |
| Modifier and Type | Method | Description |
|---|---|---|
WLDFHeapDumpActionBean |
WLDFWatchNotificationBean.createHeapDumpAction(java.lang.String name) |
Creates an Heap Dump action configuration with the specified name.
|
WLDFHeapDumpActionBean[] |
WLDFWatchNotificationBean.getHeapDumpActions() |
Get the Heap Dump actions defined in this deployment.
|
WLDFHeapDumpActionBean |
WLDFWatchNotificationBean.lookupHeapDumpAction(java.lang.String name) |
Looks up the Heap Dump action configuration with the given
name.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
WLDFWatchNotificationBean.destroyHeapDumpAction(WLDFHeapDumpActionBean action) |
Deletes the specified Heap Dump action configuration defined
in this deployment.
|