BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.0 MBeans (Deprecated)


Uses of Class
weblogic.management.utils.InvalidCursorException

Packages that use InvalidCursorException
weblogic.management.utils   
weblogic.security.providers.authentication   
weblogic.security.providers.authorization   
weblogic.security.providers.credentials   
 

Uses of InvalidCursorException in weblogic.management.utils
 

Methods in weblogic.management.utils that throw InvalidCursorException
 Properties PropertiesListerMBean.getCurrentProperties(String cursor)
          The properties of the current item in the list.
 String NameListerMBean.getCurrentName(String cursor)
          The name of the current item in the list.
 boolean ListerMBean.haveCurrent(String cursor)
          Returns true if there are more objects in the list, and false otherwise.
 void ListerMBean.advance(String cursor)
          Advances the list to the next element in the list.
 void ListerMBean.close(String cursor)
          Indicates that the caller is finished using the list, and that the resources held on behalf of the list may be released.
 

Uses of InvalidCursorException in weblogic.security.providers.authentication
 

Methods in weblogic.security.providers.authentication that throw InvalidCursorException
 boolean WindowsNTAuthenticatorImpl.haveCurrent(String cursor)
          See if List has current element
 void WindowsNTAuthenticatorImpl.advance(String cursor)
          Advance to next element in the list
 void WindowsNTAuthenticatorImpl.close(String cursor)
          Close the list
 String WindowsNTAuthenticatorImpl.getCurrentName(String cursor)
          Get the name of the current entry
 boolean ReadOnlySQLAuthenticatorImpl.haveCurrent(String cursor)
          See if List has current element
 void ReadOnlySQLAuthenticatorImpl.advance(String cursor)
          Advance to next element in the list
 void ReadOnlySQLAuthenticatorImpl.close(String cursor)
          Close the list
 String ReadOnlySQLAuthenticatorImpl.getCurrentName(String cursor)
          Get the name of the current entry
 boolean LDAPAuthenticatorImpl.haveCurrent(String cursor)
          See if List has current element
 void LDAPAuthenticatorImpl.advance(String cursor)
          Advance to next element in the list
 void LDAPAuthenticatorImpl.close(String cursor)
          Close the list
 String LDAPAuthenticatorImpl.getCurrentName(String cursor)
          Get the name of the current entry
 boolean LDAPAtnDelegate.haveCurrent(String cursor)
          See if List has current element
 void LDAPAtnDelegate.advance(String cursor)
          Advance to next element in the list
 void LDAPAtnDelegate.close(String cursor)
          Close the list
 String LDAPAtnDelegate.getCurrentName(String cursor)
          Get the name of the current entry
 boolean DefaultAuthenticatorImpl.haveCurrent(String cursor)
          See if List has current element
 void DefaultAuthenticatorImpl.advance(String cursor)
          Advance to next element in the list
 void DefaultAuthenticatorImpl.close(String cursor)
          Close the list
 String DefaultAuthenticatorImpl.getCurrentName(String cursor)
          Get the name of the current entry
 

Uses of InvalidCursorException in weblogic.security.providers.authorization
 

Methods in weblogic.security.providers.authorization that throw InvalidCursorException
 Properties DefaultRoleMapperImpl.getCurrentProperties(String cursor)
          Get the current entry in the list
 boolean DefaultRoleMapperImpl.haveCurrent(String cursor)
          Determine if list has current element
 void DefaultRoleMapperImpl.advance(String cursor)
          Advance to next element in the list
 void DefaultRoleMapperImpl.close(String cursor)
          Close the list
 Properties DefaultAuthorizerImpl.getCurrentProperties(String cursor)
          Get the current entry in the list
 boolean DefaultAuthorizerImpl.haveCurrent(String cursor)
          Determine if list has current element
 void DefaultAuthorizerImpl.advance(String cursor)
          Advance to next element in the list
 void DefaultAuthorizerImpl.close(String cursor)
          Close the list
 

Uses of InvalidCursorException in weblogic.security.providers.credentials
 

Methods in weblogic.security.providers.credentials that throw InvalidCursorException
 boolean DefaultCredentialMapperImpl.haveCurrent(String cursor)
           
 void DefaultCredentialMapperImpl.advance(String cursor)
           
 void DefaultCredentialMapperImpl.close(String cursor)
           
 String DefaultCredentialMapperImpl.getCurrentCredentialRemoteUserName(String cursor)
           
 String DefaultCredentialMapperImpl.getCurrentCredentialRemotePassword(String cursor)
          Deprecated. WLS 9.0 (01/2004)
 String DefaultCredentialMapperImpl.getCurrentMappingWLSUserName(String cursor)
           
 String DefaultCredentialMapperImpl.getCurrentMappingRemoteUserName(String cursor)
           
 String DefaultCredentialMapperImpl.getCurrentMappingResourceID(String cursor)
          Gets an resource id from a credentials map that has been returned from the listMappingsByPattern method.
 


Documentation is available at
http://e-docs.bea.com/wls/docs90
Copyright 2005 BEA Systems Inc.