Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.diagnostics.descriptor
Interface WLDFBean

All Known Subinterfaces:
WLDFActionBean, WLDFArrayPropertyBean, WLDFConfigurationPropertiesBean, WLDFConfigurationPropertyBean, WLDFEncryptedPropertyBean, WLDFHarvestedTypeBean, WLDFHarvesterBean, WLDFImageNotificationBean, WLDFInstrumentationBean, WLDFInstrumentationMonitorBean, WLDFJMSNotificationBean, WLDFJMXNotificationBean, WLDFLogActionBean, WLDFNotificationBean, WLDFPropertyBean, WLDFResourceBean, WLDFRESTNotificationBean, WLDFScaleDownActionBean, WLDFScaleUpActionBean, WLDFScalingActionBean, WLDFScheduleBean, WLDFScriptActionBean, WLDFSMTPNotificationBean, WLDFSNMPNotificationBean, WLDFWatchBean, WLDFWatchNotificationBean

public interface WLDFBean

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


Method Summary
abstract  long getId()
           Return the unique id of this bean instance.
abstract  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

Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09