| Package | Description |
|---|---|
| weblogic.diagnostics.descriptor |
Provides interfaces for
weblogic.diagnostics.descriptor. |
| Modifier and Type | Method and Description |
|---|---|
WLDFThreadDumpActionBean |
WLDFWatchNotificationBean.createThreadDumpAction(String name)
Creates an Thread Dump action configuration with the specified name.
|
WLDFThreadDumpActionBean[] |
WLDFWatchNotificationBean.getThreadDumpActions()
Get the Thread Dump actions defined in this deployment.
|
WLDFThreadDumpActionBean |
WLDFWatchNotificationBean.lookupThreadDumpAction(String name)
Looks up the Thread Dump action configuration with the given
name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WLDFWatchNotificationBean.destroyThreadDumpAction(WLDFThreadDumpActionBean action)
Deletes the specified Thread Dump action configuration defined
in this deployment.
|