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

Part Number E41849-02

weblogic.diagnostics.descriptor
Interface WLDFBean

All Known Subinterfaces:
WLDFHarvestedTypeBean, WLDFHarvesterBean, WLDFImageNotificationBean, WLDFInstrumentationBean, WLDFInstrumentationMonitorBean, WLDFJMSNotificationBean, WLDFJMXNotificationBean, WLDFNotificationBean, WLDFResourceBean, WLDFSMTPNotificationBean, WLDFSNMPNotificationBean, WLDFWatchBean, WLDFWatchNotificationBean

public interface WLDFBean

This abstract bean is the base interface for all WLDF*Bean interfaces.


Method Summary
 long getId()
           Return the unique id of this bean instance.
 String getName()
          The name of the WebLogic Diagnostic Framework (WLDF) bean.
 

Method Detail

getName

String getName()

The name of the WebLogic Diagnostic Framework (WLDF) bean.


getId

long getId()

Return the unique id of this bean instance.

Returns:
The id value

Copyright 1996, 2014, 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.3)

Part Number E41849-02