BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.management.utils
Interface NameListerMBean

All Known Subinterfaces:
ActiveDirectoryAuthenticatorMBean, DefaultAuthenticatorMBean, GroupEditorMBean, GroupMemberListerMBean, GroupReaderMBean, IPlanetAuthenticatorMBean, LDAPAuthenticatorMBean, MemberGroupListerMBean, NovellAuthenticatorMBean, OpenLDAPAuthenticatorMBean, UserEditorMBean, UserReaderMBean

public interface NameListerMBean
extends weblogic.management.commo.StandardInterface, ListerMBean

Used to return lists of names.

@author Copyright (c) 2002 BEA Systems, Inc. All Rights Reserved.

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.

Method Summary
 java.lang.String getCurrentName(java.lang.String cursor)
          Returns the name of the current item on the list if there is one.
 
Methods inherited from interface weblogic.management.utils.ListerMBean
advance, close, haveCurrent
 

Method Detail

getCurrentName

public java.lang.String getCurrentName(java.lang.String cursor)
                                throws InvalidCursorException
Returns the name of the current item on the list if there is one. Returns null if there is no current item.

Parameters:
cursor - - The cursor returned from a previous list method.
Throws:
InvalidCursorException -  

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b