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 NameListerMBean

All Superinterfaces:
DescriptorBean, ListerMBean, SettableBean, StandardInterface
All Known Subinterfaces:
GroupEditorMBean, GroupMemberListerMBean, GroupReaderMBean, GroupUserListerMBean, MemberGroupListerMBean, UserEditorMBean, UserReaderMBean

public interface NameListerMBean
extends ListerMBean

The NameListerMBean interface defines a method used to return lists of names.


Method Summary
abstract  String getCurrentName(String cursor)
          The name 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

getCurrentName

String getCurrentName(String cursor)
                      throws InvalidCursorException
The name 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