Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02

Uses of Interface
weblogic.diagnostics.descriptor.WLDFWatchBean

Packages that use WLDFWatchBean
weblogic.diagnostics.descriptor Provides interfaces for weblogic.diagnostics.descriptor
 

Uses of WLDFWatchBean in weblogic.diagnostics.descriptor
 

Methods in weblogic.diagnostics.descriptor that return WLDFWatchBean
 WLDFWatchBean WLDFWatchNotificationBean.createWatch(String name)
          Creates a watch configuration with the given name.
 WLDFWatchBean[] WLDFWatchNotificationBean.getWatches()
          The watches defined in this deployment.
 WLDFWatchBean WLDFWatchNotificationBean.lookupWatch(String name)
          Looks up the SNMP notification configuration with the given name.
 

Methods in weblogic.diagnostics.descriptor with parameters of type WLDFWatchBean
 void WLDFWatchNotificationBean.destroyWatch(WLDFWatchBean watch)
          Deletes the specified watch configuration defined in this deployment.
 


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02