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.management.utils
Interface PropertiesListerMBean

All Superinterfaces:
DescriptorBean, ListerMBean, SettableBean, StandardInterface
All Known Subinterfaces:
PolicyListerMBean, PolicyStoreMBean, RoleListerMBean

public interface PropertiesListerMBean
extends ListerMBean

The PropertiesListerMBean interface defines a method used to return a java.util.Properties of key=value pairs.


Method Summary
abstract  Properties getCurrentProperties(String cursor)
          The properties of the current item in the list.

 

Methods inherited from interface weblogic.management.utils.ListerMBean
advance, close, haveCurrent

 

Methods inherited from interface weblogic.management.commo.StandardInterface
getName

 

Methods inherited from interface weblogic.descriptor.DescriptorBean
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener

 

Method Detail

getCurrentProperties

Properties getCurrentProperties(String cursor)
                                throws InvalidCursorException
The properties of the current item in the list. Returns null if there is no current item.
Parameters:
cursor - - The cursor returned from a previous list method.
Throws:
InvalidCursorException

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