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

Part Number E27170-02

weblogic.management.utils
Interface NameListerMBean

All Superinterfaces:
DescriptorBean, ListerMBean, SettableBean, StandardInterface
All Known Subinterfaces:
ActiveDirectoryAuthenticatorMBean, CertificateRegistryMBean, CertRegManagerMBean, DefaultAuthenticatorMBean, GroupCertRegManagerMBean, GroupEditorMBean, GroupMemberListerMBean, GroupReaderMBean, GroupUserListerMBean, IPlanetAuthenticatorMBean, LDAPAuthenticatorMBean, MemberGroupListerMBean, NovellAuthenticatorMBean, OpenLDAPAuthenticatorMBean, OracleInternetDirectoryAuthenticatorMBean, OracleVirtualDirectoryAuthenticatorMBean, ReadOnlySQLAuthenticatorMBean, SAML2CredentialMapperMBean, SAML2IdentityAsserterMBean, SAML2IdPPartnerRegistryMBean, SAML2PartnerRegistryMBean, SAML2SPPartnerRegistryMBean, SAMLAssertingPartyRegistryMBean, SAMLCredentialMapperV2MBean, SAMLIdentityAsserterMBean, SAMLIdentityAsserterV2MBean, SAMLPartnerRegistryMBean, SAMLRelyingPartyRegistryMBean, SQLAuthenticatorMBean, UserEditorMBean, UserReaderMBean, WindowsNTAuthenticatorMBean

public interface NameListerMBean
extends ListerMBean

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


Method Summary
 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
 
Methods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet
 

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

Copyright 1996, 2013, 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.2)

Part Number E27170-02