| Package | Description | 
|---|---|
| weblogic.diagnostics.descriptor | 
 Provides interfaces for  
weblogic.diagnostics.descriptor. | 
| Modifier and Type | Method and Description | 
|---|---|
WLDFActionBean | 
WLDFWatchNotificationBean.createAction(String name,
            String type)
Creates an action bean with the specified
 name. 
 | 
WLDFActionBean[] | 
WLDFWatchNotificationBean.getActions()
The actions defined in this deployment. 
 | 
WLDFActionBean | 
WLDFWatchNotificationBean.lookupAction(String name)
Looks up an action with the given name. 
 | 
WLDFActionBean[] | 
WLDFWatchNotificationBean.lookupActions(String typeName)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WLDFWatchNotificationBean.destroyAction(WLDFActionBean action)
Deletes the specified action configuration defined
in this deployment. 
 |