Package | Description |
---|---|
weblogic.diagnostics.descriptor |
Provides interfaces for
weblogic.diagnostics.descriptor . |
weblogic.diagnostics.watch |
This package provides interfaces that retrieve information about
diagnostic watches and JMX watch notifications.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WLDFActionBean
WLDF action configuration bean.
|
interface |
WLDFHeapDumpActionBean |
interface |
WLDFImageNotificationBean
Use this interface to configure an image action, which will
be sent when a diagnostic policy evaluates to
true . |
interface |
WLDFJMSNotificationBean
Use this interface to define a JMS action, which is sent
when a diagnostic policy evaluates to
true . |
interface |
WLDFJMXNotificationBean
Use this interface to define a JMX notification, which is sent when a
diagnostic policy evaluates to
true . |
interface |
WLDFLogActionBean
Configures an action that can record a customized log record using the
WebLogic Server
NonCatalogLogger . |
interface |
WLDFRESTNotificationBean
Use this interface to define a REST action, which is sent
when a diagnostic policy evaluates to
true . |
interface |
WLDFScaleDownActionBean
Defines a scale-down event that can be assigned to a WLDF policy.
|
interface |
WLDFScaleUpActionBean
Defines a scale-up event that can be assigned to a WLDF policy.
|
interface |
WLDFScalingActionBean
Base interface that defines the common attributes for all
scaling event actions that can be assigned to a WLDF policy.
|
interface |
WLDFScriptActionBean
Configures an action that can execute an external command-line process.
|
interface |
WLDFSMTPNotificationBean
Use this interface to define a SMTP action, which is sent
when a diagnostic policy evaluates to
true . |
interface |
WLDFSNMPNotificationBean
Use this interface to define an SNMP action, which is sent
when a diagnostic policy evaluates to
true . |
interface |
WLDFThreadDumpActionBean |
Modifier and Type | Method and Description |
---|---|
WLDFNotificationBean[] |
WLDFWatchNotificationCustomizer.getNotifications() |
WLDFNotificationBean[] |
WLDFWatchNotificationBean.getNotifications()
The actions defined in this deployment.
|
WLDFNotificationBean[] |
WLDFWatchBean.getNotifications()
The actions enabled for this policy.
|
WLDFNotificationBean |
WLDFWatchNotificationCustomizer.lookupNotification(java.lang.String name) |
WLDFNotificationBean |
WLDFWatchNotificationBean.lookupNotification(java.lang.String name)
Looks up an action with the given name.
|
Modifier and Type | Method and Description |
---|---|
private static void |
WLDFWatchNotificationCustomizer.addAll(java.util.ArrayList<WLDFNotificationBean> list,
WLDFNotificationBean[] elements) |
boolean |
WLDFWatchBean.addNotification(WLDFNotificationBean notification)
Adds an action to this policy.
|
boolean |
WLDFWatchBean.removeNotification(WLDFNotificationBean notification)
Removes an action from this policy.
|
void |
WLDFWatchBean.setNotifications(WLDFNotificationBean[] notifications)
Sets the value of the Notifications attribute.
|
Modifier and Type | Method and Description |
---|---|
private static void |
WLDFWatchNotificationCustomizer.addAll(java.util.ArrayList<WLDFNotificationBean> list,
WLDFNotificationBean[] elements) |
Modifier and Type | Field and Description |
---|---|
private WLDFNotificationBean |
ActionWrapperNotificationListener.actionBean |
Modifier and Type | Method and Description |
---|---|
static WLDFNotificationBean[] |
WatchUtils.getNotificationsOfType(WLDFNotificationBean[] notifications,
java.lang.String type)
Gets the subset of the notifications of the specified type.
|
Modifier and Type | Method and Description |
---|---|
private void |
WatchConfiguration.addActionListener(WLDFNotificationBean actionBean,
java.lang.String actionType)
Activates an
Action service through the ActionWrapperNotificationListener
class. |
static java.lang.String[] |
WatchUtils.getNotificationNames(WLDFNotificationBean[] notifications)
Gets the names of the notifications in a string array
|
static WLDFNotificationBean[] |
WatchUtils.getNotificationsOfType(WLDFNotificationBean[] notifications,
java.lang.String type)
Gets the subset of the notifications of the specified type.
|
private void |
WatchConfiguration.identifyBuiltInActions(WLDFNotificationBean[] builtInConfigs,
java.lang.String actionType)
Activates a built-in WLDF action, that is represented in the domain
configuration as a
WLDFNotificationBean , but implemented as an
Action service. |
private static void |
WatchValidatorServiceImpl.validateActionSet(WLDFNotificationBean[] assignedActions) |
Constructor and Description |
---|
ActionWrapperNotificationListener(WLDFNotificationBean actionBean,
com.oracle.weblogic.diagnostics.watch.actions.Action delegate,
WatchManagerStatisticsImpl statistics) |
WatchNotificationListenerCommon(WLDFNotificationBean configBean,
WatchManagerStatisticsImpl stats)
Constructor with name
|