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.
Since | 9.0.0.0 | ||
Security roles | The following roles have read, write, and invoke permission for all non-encrypted attributes and operations in this MBean:
|
||
Fully Qualified Interface Name | If you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.diagnostics.descriptor.WLDFWatchNotificationBean
|
||
Factory Methods | No factory methods. Instances of this MBean are created automatically. | ||
Access Points |
You can access this MBean from the following MBean attributes:
|
This section describes attributes that provide access to other MBeans.
The actions defined in this deployment.
Factory Methods | createAction
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupAction(String name)
Returns a |
Privileges | Read only |
Type | WLDFActionBean[] |
Relationship type: | Containment. |
Get the Heap Dump actions defined in this deployment.
Factory Methods | createHeapDumpAction
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupHeapDumpAction(String name)
Returns a |
Privileges | Read only |
Type | WLDFHeapDumpActionBean[] |
Relationship type: | Containment. |
The Image actions defined in this deployment.
Factory Methods | createImageNotification
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupImageNotification(String name)
Returns a |
Privileges | Read only |
Type | WLDFImageNotificationBean[] |
Relationship type: | Containment. |
The JMS actions defined in this deployment.
Factory Methods | createJMSNotification
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupJMSNotification(String name)
Returns a |
Privileges | Read only |
Type | WLDFJMSNotificationBean[] |
Relationship type: | Containment. |
The JMX notification actions defined in this deployment.
Factory Methods | createJMXNotification
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupJMXNotification(String name)
Returns a |
Privileges | Read only |
Type | WLDFJMXNotificationBean[] |
Relationship type: | Containment. |
The Log actions defined in this deployment.
Factory Methods | createLogAction
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupLogAction(String name)
Returns a |
Privileges | Read only |
Type | WLDFLogActionBean[] |
Relationship type: | Containment. |
The actions defined in this deployment.
Lookup Operation | lookupNotification(String name)
Returns a |
Privileges | Read only |
Type | WLDFNotificationBean[] |
Relationship type: | Reference. |
The REST actions defined in this deployment.
Factory Methods | createRESTNotification
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupRESTNotification(String name)
Returns a |
Privileges | Read only |
Type | WLDFRESTNotificationBean[] |
Relationship type: | Containment. |
The Scale-down actions defined in this deployment.
Factory Methods | createScaleDownAction
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupScaleDownAction(String name)
Returns a |
Privileges | Read only |
Type | WLDFScaleDownActionBean[] |
Relationship type: | Containment. |
The Scale-Up actions defined in this deployment.
Factory Methods | createScaleUpAction
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupScaleUpAction(String name)
Returns a |
Privileges | Read only |
Type | WLDFScaleUpActionBean[] |
Relationship type: | Containment. |
The Script actions defined in this deployment.
Factory Methods | createScriptAction
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupScriptAction(String name)
Returns a |
Privileges | Read only |
Type | WLDFScriptActionBean[] |
Relationship type: | Containment. |
The SMTP actions defined in this deployment.
Factory Methods | createSMTPNotification
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupSMTPNotification(String name)
Returns a |
Privileges | Read only |
Type | WLDFSMTPNotificationBean[] |
Relationship type: | Containment. |
The SNMP actions defined in this deployment.
Factory Methods | createSNMPNotification
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupSNMPNotification(String name)
Returns a |
Privileges | Read only |
Type | WLDFSNMPNotificationBean[] |
Relationship type: | Containment. |
Get the Thread Dump actions defined in this deployment.
Factory Methods | createThreadDumpAction
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupThreadDumpAction(String name)
Returns a |
Privileges | Read only |
Type | WLDFThreadDumpActionBean[] |
Relationship type: | Containment. |
The policies defined in this deployment.
Factory Methods | createWatch
(java.lang.String name)
Factory methods do not return objects. |
Lookup Operation | lookupWatch(String name)
Returns a |
Privileges | Read only |
Type | WLDFWatchBean[] |
Relationship type: | Containment. |
This section describes the following attributes:
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.
Privileges | Read/Write |
Type | boolean |
Default Value | true |
Return the unique id of this bean instance.
Privileges | Read only |
Type | long |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
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.
Privileges | Read/Write |
Type | java.lang.String |
Default Value | Warning |
Legal Values |
|
The name of the WebLogic Diagnostic Framework (WLDF) bean.
Privileges | Read only |
Type | java.lang.String |
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 isNotice
.
Privileges | Read/Write |
Type | java.lang.String |
Default Value | Notice |
Legal Values |
|
This section describes the following operations:
|
Return true if the given property has been explicitly set in this bean.
Operation Name | "isSet" |
Parameters | Object [] { propertyName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
boolean
|
Exceptions |
|
Restore the given property to its default value.
Operation Name | "unSet" |
Parameters | Object [] { propertyName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
void
|
Exceptions |
|