WebLogic Server 6.0 Code Examples, BEA Systems, Inc.

examples.security.rdbmsrealm
Class RDBMSDelegate.Finished

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--examples.security.rdbmsrealm.RDBMSDelegate.Finished
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RDBMSDelegate

protected static class RDBMSDelegate.Finished
extends java.lang.Throwable

This class indicates to a caller that a method has reached the end of a ResultSet. This is not an indication of error; it's just a slightly uncommon (in Java, anyway) way of returning more than one value.


Constructor Summary
(package private) RDBMSDelegate.Finished(java.lang.Object value)
          Creates a new object with given value.
 
Method Summary
(package private)  java.lang.Object getValue()
          Returns the value associated with this object.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RDBMSDelegate.Finished

RDBMSDelegate.Finished(java.lang.Object value)
Creates a new object with given value.
Method Detail

getValue

java.lang.Object getValue()
Returns the value associated with this object.

Documentation is available at
http://e-docs.bea.com/wls/docs60

Copyright © 2000 BEA Systems, Inc. All Rights Reserved.