BEA Systems, Inc.

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

(Methods marked with @since 9.0.0.0 or later are not available through the deprecated MBeanHome interface.)


Uses of Class
weblogic.management.utils.InvalidCursorException

Packages that use InvalidCursorException
weblogic.management.security.credentials   
weblogic.management.utils   
 

Uses of InvalidCursorException in weblogic.management.security.credentials
 

Methods in weblogic.management.security.credentials that throw InvalidCursorException
 String UserPasswordCredentialMapReaderMBean.getCurrentCredentialRemoteUserName(String cursor)
          Gets a remote username from a list that has been returned from the listCredentials method.
 String UserPasswordCredentialMapReaderMBean.getCurrentCredentialRemotePassword(String cursor)
          Deprecated. 9.0.0.0
 String UserPasswordCredentialMapReaderMBean.getCurrentMappingWLSUserName(String cursor)
          Gets a webLogic username from a credentials mapping that has been returned from the listMappings method.
 String UserPasswordCredentialMapReaderMBean.getCurrentMappingRemoteUserName(String cursor)
          Gets an remote username from a credentials mapping that has been returned from the listMappings method.
 

Uses of InvalidCursorException in weblogic.management.utils
 

Methods in weblogic.management.utils that throw InvalidCursorException
 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.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.