SettableBean
, WLDFBean
public interface WLDFWatchNotificationBean extends WLDFBean
Configures and controls the WebLogic Diagnostic Framework (WLDF) policy and action component; creates and deletes policy definitions; and defines the rules that apply to specific policies.
Note: As of WebLogic Server 12.2.1, the terms watch and notification are replaced by policy and action, respectively. However, the definition of these terms has not changed.
Modifier and Type | Method | Description |
---|---|---|
WLDFActionBean |
createAction(java.lang.String name,
java.lang.String type) |
Creates an action bean with the specified
name.
|
WLDFHeapDumpActionBean |
createHeapDumpAction(java.lang.String name) |
Creates an Heap Dump action configuration with the specified name.
|
WLDFImageNotificationBean |
createImageNotification(java.lang.String name) |
Creates an Image action configuration with the specified
name.
|
WLDFJMSNotificationBean |
createJMSNotification(java.lang.String name) |
Creates an JMS action configuration with the specified
name.
|
WLDFJMXNotificationBean |
createJMXNotification(java.lang.String name) |
Creates an JMX notification configuration with the specified
name.
|
WLDFLogActionBean |
createLogAction(java.lang.String name) |
Creates an Log action configuration with the specified
name.
|
WLDFRESTNotificationBean |
createRESTNotification(java.lang.String name) |
Creates an REST action configuration with the specified
name.
|
WLDFScaleDownActionBean |
createScaleDownAction(java.lang.String name) |
Creates a scale-down action configuration with the specified
name.
|
WLDFScaleUpActionBean |
createScaleUpAction(java.lang.String name) |
Creates a scale-up action configuration with the specified
name.
|
WLDFScriptActionBean |
createScriptAction(java.lang.String name) |
Creates an Script action configuration with the specified
name.
|
WLDFSMTPNotificationBean |
createSMTPNotification(java.lang.String name) |
Creates an SMTP action configuration with the specified
name.
|
WLDFSNMPNotificationBean |
createSNMPNotification(java.lang.String name) |
Creates an SNMP action configuration with the specified
name.
|
WLDFThreadDumpActionBean |
createThreadDumpAction(java.lang.String name) |
Creates an Thread Dump action configuration with the specified name.
|
WLDFWatchBean |
createWatch(java.lang.String name) |
Creates a policy configuration with the given name.
|
void |
destroyAction(WLDFActionBean action) |
Deletes the specified action configuration defined
in this deployment.
|
void |
destroyHeapDumpAction(WLDFHeapDumpActionBean action) |
Deletes the specified Heap Dump action configuration defined
in this deployment.
|
void |
destroyImageNotification(WLDFImageNotificationBean notification) |
Deletes the specified Image action configuration defined
in this deployment.
|
void |
destroyJMSNotification(WLDFJMSNotificationBean notification) |
Deletes the specified JMS action configuration defined
in this deployment.
|
void |
destroyJMXNotification(WLDFJMXNotificationBean notification) |
Deletes the specified JMX notification configuration defined
in this deployment.
|
void |
destroyLogAction(WLDFLogActionBean action) |
Deletes the specified Log action configuration defined
in this deployment.
|
void |
destroyRESTNotification(WLDFRESTNotificationBean notification) |
Deletes the specified REST action configuration defined
in this deployment.
|
void |
destroyScaleDownAction(WLDFScaleDownActionBean notification) |
Deletes the specified Scale-down action configuration defined
in this deployment.
|
void |
destroyScaleUpAction(WLDFScaleUpActionBean notification) |
Deletes the specified Scale-up action configuration defined
in this deployment.
|
void |
destroyScriptAction(WLDFScriptActionBean notification) |
Deletes the specified Script action configuration defined
in this deployment.
|
void |
destroySMTPNotification(WLDFSMTPNotificationBean notification) |
Deletes the specified SMTP action configuration defined
in this deployment.
|
void |
destroySNMPNotification(WLDFSNMPNotificationBean notification) |
Deletes the specified SNMP action configuration defined
in this deployment.
|
void |
destroyThreadDumpAction(WLDFThreadDumpActionBean action) |
Deletes the specified Thread Dump action configuration defined
in this deployment.
|
void |
destroyWatch(WLDFWatchBean watch) |
Deletes the specified policy configuration defined in this
deployment.
|
WLDFActionBean[] |
getActions() |
The actions defined in this deployment.
|
WLDFHeapDumpActionBean[] |
getHeapDumpActions() |
Get the Heap Dump actions defined in this deployment.
|
WLDFImageNotificationBean[] |
getImageNotifications() |
The Image actions defined in this deployment.
|
WLDFJMSNotificationBean[] |
getJMSNotifications() |
The JMS actions defined in this deployment.
|
WLDFJMXNotificationBean[] |
getJMXNotifications() |
The JMX notification actions defined in this deployment.
|
WLDFLogActionBean[] |
getLogActions() |
The Log actions defined in this deployment.
|
java.lang.String |
getLogWatchSeverity() |
The threshold severity level of log messages evaluated
by log policies.
|
WLDFNotificationBean[] |
getNotifications() |
The actions defined in this deployment.
|
WLDFRESTNotificationBean[] |
getRESTNotifications() |
The REST actions defined in this deployment.
|
WLDFScaleDownActionBean[] |
getScaleDownActions() |
The Scale-down actions defined in this deployment.
|
WLDFScaleUpActionBean[] |
getScaleUpActions() |
The Scale-Up actions defined in this deployment.
|
WLDFScriptActionBean[] |
getScriptActions() |
The Script actions defined in this deployment.
|
java.lang.String |
getSeverity() |
The default action severity level for all policies.
|
WLDFSMTPNotificationBean[] |
getSMTPNotifications() |
The SMTP actions defined in this deployment.
|
WLDFSNMPNotificationBean[] |
getSNMPNotifications() |
The SNMP actions defined in this deployment.
|
WLDFThreadDumpActionBean[] |
getThreadDumpActions() |
Get the Thread Dump actions defined in this deployment.
|
WLDFWatchBean[] |
getWatches() |
The policies defined in this deployment.
|
boolean |
isEnabled() |
Specifies whether the policy and action component is enabled.
|
WLDFActionBean |
lookupAction(java.lang.String name) |
Looks up an action with the given name.
|
WLDFActionBean[] |
lookupActions(java.lang.String typeName) |
|
WLDFHeapDumpActionBean |
lookupHeapDumpAction(java.lang.String name) |
Looks up the Heap Dump action configuration with the given
name.
|
WLDFImageNotificationBean |
lookupImageNotification(java.lang.String name) |
Looks up the Image action configuration with the
specified name.
|
WLDFJMSNotificationBean |
lookupJMSNotification(java.lang.String name) |
Looks up the JMS action configuration with the given
name.
|
WLDFJMXNotificationBean |
lookupJMXNotification(java.lang.String name) |
Looks up the JMX notification action configuration with the specified
name.
|
WLDFLogActionBean |
lookupLogAction(java.lang.String name) |
Looks up the Log action configuration with the given
name.
|
WLDFNotificationBean |
lookupNotification(java.lang.String name) |
Looks up an action with the given name.
|
WLDFRESTNotificationBean |
lookupRESTNotification(java.lang.String name) |
Looks up the REST action configuration with the given
name.
|
WLDFScaleDownActionBean |
lookupScaleDownAction(java.lang.String name) |
Looks up the Scale-down action configuration with the given
name.
|
WLDFScaleUpActionBean |
lookupScaleUpAction(java.lang.String name) |
Looks up the Scale-up action configuration with the given
name.
|
WLDFScriptActionBean |
lookupScriptAction(java.lang.String name) |
Looks up the Script action configuration with the given
name.
|
WLDFSMTPNotificationBean |
lookupSMTPNotification(java.lang.String name) |
Looks up the SMTP action configuration with the
specified name.
|
WLDFSNMPNotificationBean |
lookupSNMPNotification(java.lang.String name) |
Looks up the SNMP action configuration with the given
name.
|
WLDFThreadDumpActionBean |
lookupThreadDumpAction(java.lang.String name) |
Looks up the Thread Dump action configuration with the given
name.
|
WLDFWatchBean |
lookupWatch(java.lang.String name) |
Looks up a policy configuration with the given name.
|
void |
setEnabled(boolean enabled) |
Sets the value of the Enabled attribute.
|
void |
setLogWatchSeverity(java.lang.String severity) |
Sets the value of the LogWatchSeverity attribute.
|
void |
setSeverity(java.lang.String severity) |
Sets the value of the Severity attribute.
|
boolean isEnabled()
Specifies whether the policy and action component is enabled.
If true
(the default), all configured policies
are activated, incoming data or events are evaluated against
the policies, and actions are generated when policy conditions are met.
If false
, all policies are rendered inactive.
void setEnabled(boolean enabled)
Sets the value of the Enabled attribute.
enabled
- The enabled state of the WatchNotification component.isEnabled()
java.lang.String getSeverity()
The default action severity level for all policies. When a policy triggers, the severity level is delivered with the action.
The severity levels are the same levels used by the
logging framework and the Severities
class. If no level is specified, the default value is
Notice
.
void setSeverity(java.lang.String severity)
Sets the value of the Severity attribute.
severity
- the default severity of the notifications fired when this watch evaluates to truegetSeverity()
java.lang.String getLogWatchSeverity()
The threshold severity level of log messages evaluated by log policies. Messages with a lower severity than this value will be ignored and not evaluated against the policies.
Do not confuse LogWatchSeverity with Severity. LogWatchSeverity filters which log messages will be evaluated; Severity sets the default severity level for an action.
void setLogWatchSeverity(java.lang.String severity)
Sets the value of the LogWatchSeverity attribute.
severity
- the threshold severity level of log messages evaluated by log watch rulesgetLogWatchSeverity()
WLDFWatchBean[] getWatches()
The policies defined in this deployment.
WLDFWatchBean createWatch(java.lang.String name)
Creates a policy configuration with the given name.
name
- the name of the watch configurationvoid destroyWatch(WLDFWatchBean watch)
Deletes the specified policy configuration defined in this deployment.
watch
- the watch configuration defined in this deploymentWLDFNotificationBean[] getNotifications()
The actions defined in this deployment.
WLDFNotificationBean lookupNotification(java.lang.String name)
Looks up an action with the given name.
name
- WLDFActionBean createAction(java.lang.String name, java.lang.String type)
Creates an action bean with the specified name.
name
- The instance name for the action being createdtype
- The action typevoid destroyAction(WLDFActionBean action)
Deletes the specified action configuration defined in this deployment.
notification
- the action configuration defined in this deploymentWLDFActionBean[] getActions()
The actions defined in this deployment.
WLDFActionBean lookupAction(java.lang.String name)
Looks up an action with the given name.
name
- WLDFActionBean[] lookupActions(java.lang.String typeName)
typeName
- WLDFImageNotificationBean[] getImageNotifications()
The Image actions defined in this deployment.
WLDFImageNotificationBean createImageNotification(java.lang.String name)
Creates an Image action configuration with the specified name.
name
- the name of the Image notification being createdvoid destroyImageNotification(WLDFImageNotificationBean notification)
Deletes the specified Image action configuration defined in this deployment.
notification
- the Image notification configuration defined in this deploymentWLDFImageNotificationBean lookupImageNotification(java.lang.String name)
Looks up the Image action configuration with the specified name.
name
- the name of the Image notification being requestedWLDFJMSNotificationBean[] getJMSNotifications()
The JMS actions defined in this deployment.
WLDFJMSNotificationBean createJMSNotification(java.lang.String name)
Creates an JMS action configuration with the specified name.
name
- the name of the JMS notification being createdvoid destroyJMSNotification(WLDFJMSNotificationBean notification)
Deletes the specified JMS action configuration defined in this deployment.
notification
- the JMS notification configuration defined in this deploymentWLDFJMSNotificationBean lookupJMSNotification(java.lang.String name)
Looks up the JMS action configuration with the given name.
name
- the name of the JMS notification being requestedWLDFLogActionBean[] getLogActions()
The Log actions defined in this deployment.
WLDFLogActionBean createLogAction(java.lang.String name)
Creates an Log action configuration with the specified name.
name
- the name of the Log action being createdvoid destroyLogAction(WLDFLogActionBean action)
Deletes the specified Log action configuration defined in this deployment.
notification
- the Log action configuration defined in this deploymentWLDFLogActionBean lookupLogAction(java.lang.String name)
Looks up the Log action configuration with the given name.
name
- the name of the Log action being requestedWLDFJMXNotificationBean[] getJMXNotifications()
The JMX notification actions defined in this deployment.
WLDFJMXNotificationBean createJMXNotification(java.lang.String name)
Creates an JMX notification configuration with the specified name.
name
- the name of the JMX notification being createdvoid destroyJMXNotification(WLDFJMXNotificationBean notification)
Deletes the specified JMX notification configuration defined in this deployment.
notification
- the JMX notification configuration defined in this deploymentWLDFJMXNotificationBean lookupJMXNotification(java.lang.String name)
Looks up the JMX notification action configuration with the specified name.
name
- the name of the JMX notification being requestedWLDFSMTPNotificationBean[] getSMTPNotifications()
The SMTP actions defined in this deployment.
WLDFSMTPNotificationBean createSMTPNotification(java.lang.String name)
Creates an SMTP action configuration with the specified name.
name
- the name of the SMTP notification being createdvoid destroySMTPNotification(WLDFSMTPNotificationBean notification)
Deletes the specified SMTP action configuration defined in this deployment.
notification
- the SMTP notification configuration defined in this deploymentWLDFSMTPNotificationBean lookupSMTPNotification(java.lang.String name)
Looks up the SMTP action configuration with the specified name.
name
- the name of the SMTP notification being requestedWLDFSNMPNotificationBean[] getSNMPNotifications()
The SNMP actions defined in this deployment.
WLDFSNMPNotificationBean createSNMPNotification(java.lang.String name)
Creates an SNMP action configuration with the specified name.
name
- the name of the SNMP notification being createdvoid destroySNMPNotification(WLDFSNMPNotificationBean notification)
Deletes the specified SNMP action configuration defined in this deployment.
notification
- the SNMP notification configuration defined in this deploymentWLDFSNMPNotificationBean lookupSNMPNotification(java.lang.String name)
Looks up the SNMP action configuration with the given name.
name
- the name of the SNMP notification being requestedWLDFRESTNotificationBean[] getRESTNotifications()
The REST actions defined in this deployment.
WLDFRESTNotificationBean createRESTNotification(java.lang.String name)
Creates an REST action configuration with the specified name.
name
- the name of the REST notification being createdvoid destroyRESTNotification(WLDFRESTNotificationBean notification)
Deletes the specified REST action configuration defined in this deployment.
notification
- the REST notification configuration defined in this deploymentWLDFRESTNotificationBean lookupRESTNotification(java.lang.String name)
Looks up the REST action configuration with the given name.
name
- the name of the REST notification being requestedWLDFScaleUpActionBean[] getScaleUpActions()
The Scale-Up actions defined in this deployment.
WLDFScaleUpActionBean createScaleUpAction(java.lang.String name)
Creates a scale-up action configuration with the specified name.
name
- the name of the Scale-up action being createdvoid destroyScaleUpAction(WLDFScaleUpActionBean notification)
Deletes the specified Scale-up action configuration defined in this deployment.
notification
- the Scale-up action configuration defined in this deploymentWLDFScaleDownActionBean lookupScaleDownAction(java.lang.String name)
Looks up the Scale-down action configuration with the given name.
name
- the name of the Scale-down action being requestedWLDFScaleDownActionBean[] getScaleDownActions()
The Scale-down actions defined in this deployment.
WLDFScaleDownActionBean createScaleDownAction(java.lang.String name)
Creates a scale-down action configuration with the specified name.
name
- the name of the Scale-down action being createdvoid destroyScaleDownAction(WLDFScaleDownActionBean notification)
Deletes the specified Scale-down action configuration defined in this deployment.
notification
- the Scale-down action configuration defined in this deploymentWLDFScaleUpActionBean lookupScaleUpAction(java.lang.String name)
Looks up the Scale-up action configuration with the given name.
name
- the name of the Scaling action being requestedWLDFScriptActionBean[] getScriptActions()
The Script actions defined in this deployment.
WLDFScriptActionBean createScriptAction(java.lang.String name)
Creates an Script action configuration with the specified name.
name
- the name of the Script action being createdvoid destroyScriptAction(WLDFScriptActionBean notification)
Deletes the specified Script action configuration defined in this deployment.
notification
- the Script action configuration defined in this deploymentWLDFScriptActionBean lookupScriptAction(java.lang.String name)
Looks up the Script action configuration with the given name.
name
- the name of the Script action being requestedWLDFHeapDumpActionBean[] getHeapDumpActions()
Get the Heap Dump actions defined in this deployment.
WLDFHeapDumpActionBean createHeapDumpAction(java.lang.String name)
Creates an Heap Dump action configuration with the specified name.
name
- the name of the Heap Dump action being createdvoid destroyHeapDumpAction(WLDFHeapDumpActionBean action)
Deletes the specified Heap Dump action configuration defined in this deployment.
notification
- the Heap Dump action configuration defined in this deploymentWLDFHeapDumpActionBean lookupHeapDumpAction(java.lang.String name)
Looks up the Heap Dump action configuration with the given name.
name
- the name of the Heap Dump action being requestedWLDFThreadDumpActionBean[] getThreadDumpActions()
Get the Thread Dump actions defined in this deployment.
WLDFThreadDumpActionBean createThreadDumpAction(java.lang.String name)
Creates an Thread Dump action configuration with the specified name.
name
- the name of the Thread Dump action being createdvoid destroyThreadDumpAction(WLDFThreadDumpActionBean action)
Deletes the specified Thread Dump action configuration defined in this deployment.
notification
- the Thread Dump action configuration defined in this deploymentWLDFThreadDumpActionBean lookupThreadDumpAction(java.lang.String name)
Looks up the Thread Dump action configuration with the given name.
name
- the name of the Thread Dump action being requestedWLDFWatchBean lookupWatch(java.lang.String name)
Looks up a policy configuration with the given name.
name
- the name of the policy being requested