schemas.920.diagnostics.xsd Maven / Gradle / Ivy
Corresponds to WLDFNotificationBean
(Interface=weblogic.diagnostics.descriptor.WLDFNotificationBean)
<p>Specifies whether this notification is enabled.<p>
(Interface=weblogic.diagnostics.descriptor.WLDFNotificationBean Attribute=isEnabled)
Corresponds to WLDFBean
(Interface=weblogic.diagnostics.descriptor.WLDFBean)
The name of the WebLogic Diagnostic Framework (WLDF) bean.
Corresponds to WLDFSMTPNotificationBean
(Interface=weblogic.diagnostics.descriptor.WLDFSMTPNotificationBean)
The JNDI name of the mail session. This name must match the
attribute in the corresponding MailSessionMBean.
The subject for the mail message. If the subject is not
specified, a subject is created from the watch notification
information.
The body for the mail message. If the body is not specified, a
body is created from the watch notification information.
The address of the recipient or recipients of the SMTP
notification mail. The address uses the syntax defined in RFC822.
Typical address syntax is of the form
<code><i>user</i>@<i>host</i>.<i>domain</code> or
<code><i>Personal Name</i></code>.
An address can include multiple recipients, separated by commas
or spaces.
Corresponds to WLDFWatchNotificationBean
(Interface=weblogic.diagnostics.descriptor.WLDFWatchNotificationBean)
Specifies whether the Watch Notification component is enabled.
The default notification severity level for all watches. When a
watch triggers, the severity level is delivered with the
notification.
The threshold severity level of log messages evaluated
by log watch rules. Messages with a lower severity than this value
will be ignored and not evaluated against the watch
rules.
The watches defined in this deployment.
The Image notifications defined in this deployment.
The JMS notifications defined in this deployment.
The JMX notifications defined in this deployment.
The SMTP notifications defined in this deployment.
The SNMP notifications defined in this deployment.
Corresponds to WLDFWatchBean
(Interface=weblogic.diagnostics.descriptor.WLDFWatchBean)
Specifies whether this watch is enabled.
The rule-expression type for the watch:
<code>HARVESTER_RULE_TYPE</code> refers to harvested data,
<code>LOG_RULE_TYPE</code> refers to log entry data, and
<code>EVENT_DATA_RULE_TYPE</code> refers to instrumentation event
data. The default type is <code>HARVESTER_RULE_TYPE</code>.
The rule expression used to evaluate the watch.
The severity level of the notifications sent when this watch
evaluates to <code>true</code>. When set, this level overrides
the default value provided in the parent MBean. However, if no
severity level is set (null), the value provided in the parent MBean
is returned.
The alarm type for the watch: manual or automatic. The
default alarm type is manual.
For automatic alarms, the time period, in milliseconds, to
wait after the watch evaluates to <code>true</code> before the
alarm is automatically reset.
(Interface=weblogic.diagnostics.descriptor.WLDFWatchBean Attribute=getNotificationsAsString)
Corresponds to WLDFImageNotificationBean
(Interface=weblogic.diagnostics.descriptor.WLDFImageNotificationBean)
The directory where diagnostic images are stored.
The default directory, relative to a server's root directory, is
<code>./logs/diagnostic_images</code>.
The length of time, in minutes, during which no diagnostic
images requests will be accepted; that is, the minimum amount of
time between image capture requests.
Corresponds to WLDFJMSNotificationBean
(Interface=weblogic.diagnostics.descriptor.WLDFJMSNotificationBean)
The JNDI name of the JMS destination.
The JNDI name of the JMS connection factory. If a name has not
been specified, the default JMS connection factory is used.
Corresponds to WLDFJMXNotificationBean
(Interface=weblogic.diagnostics.descriptor.WLDFJMXNotificationBean)
The JMX notification type assigned to the resulting JMX
notification.
Corresponds to WLDFSNMPNotificationBean
(Interface=weblogic.diagnostics.descriptor.WLDFSNMPNotificationBean)
Corresponds to WLDFHarvesterBean
(Interface=weblogic.diagnostics.descriptor.WLDFHarvesterBean)
Specifies whether the Harvester component is enabled.
The interval, in milliseconds, between samples.
The list of MBeans representing the harvested types.
Corresponds to WLDFHarvestedTypeBean
(Interface=weblogic.diagnostics.descriptor.WLDFHarvestedTypeBean)
Specifies whether this type is enabled. Note that enabling a
type will have no effect unless the Harvester component is also
enabled.
Specifies whether this type is known at startup. Normally,
if a type is not available, the Harvester will keep looking for it.
If a type is designated as "known", the Harvester issues a
validation fault if the type cannot be immediately resolved.
The harvested attributes for this type. If a list of
attributes is provided, only those attributes are
harvested; otherwise all harvestable attributes are harvested.
The harvested instances of this type.
Corresponds to WLDFInstrumentationBean
(Interface=weblogic.diagnostics.descriptor.WLDFInstrumentationBean)
The state of the instrumentation behavior for the server or
application. If <code>false</code>, there will no weaving
(inserting of diagnostic code) in the application or server code
during class loading. In addition, if woven classes are already
loaded, disabling instrumentation will disable all the monitors in
this scope.
Pattern expressions for classes that are included in this
instrumentation scope. If specified, only included classes will be
instrumented. If not specified, all classes loaded within the
application and which are not explicitly excluded are eligible for
instrumentation.
Pattern expressions for classes that will be excluded
from this instrumentation scope. If specified, classes matching
given patterns will not be instrumented.
The diagnostic monitors defined in this instrumentation
scope.
Corresponds to WLDFInstrumentationMonitorBean
(Interface=weblogic.diagnostics.descriptor.WLDFInstrumentationMonitorBean)
Optional description of this monitor.
Specifies whether the monitor and its associated diagnostics
actions are enabled.
The dye mask for all diagnostic actions associated with this
monitor.
Specifies whether dye filtering is enabled for the diagnostic
actions associated with this monitor.
Properties for this monitor. Properties are name=value pairs,
one pair per line. For example,
<code>USER1=foo\nADDR1=127.0.0.1</code>.
The diagnostic actions attached to this monitor. Actions are
relevant only for delegating and custom monitors. Valid actions
are: <code>TraceAction</code>,
<code>DisplayArgumentsAction</code>,
<code>StackDumpAction</code>,
<code>ThreadDumpAction</code>, and
<code>TraceElapsedTimeAction</code>.
Attached actions are applied at selected locations:
<code>before</code>, <code>after</code>, or <code>around</code>
pointcuts. This is relevant only for custom monitors. (A location
where diagnostic code is added is called a diagnostic
joinpoint. A set of joinpoints, identified by an expression, is
called a pointcut.)
The pointcut expression for this monitor. (A location
where diagnostic code is added is called a diagnostic
joinpoint. A set of joinpoints, identified by an expression, is
called a pointcut.)
Pattern expressions for classes that are included for this
instrumentation monitor. If specified, only included classes will be
instrumented with this monitor. If not specified, all classes loaded within the
application and which are not explicitly excluded are eligible for
instrumentation with this monitor.
Pattern expressions for classes that will be excluded
for this instrumentation monitor. If specified, classes matching
given patterns will not be instrumented with this monitor.
Corresponds to WLDFResourceBean
(Interface=weblogic.diagnostics.descriptor.WLDFResourceBean)
The Diagnostic Instrumentation configuration for this deployment.
The Diagnostic Harvester configuration for this deployment.
The Diagnostic Watch and Notification configuration for this
deployment.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy