|
WebLogic Server 6.1 Code Examples, BEA Systems, Inc. | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object
|
+--java.lang.Throwable
|
+--examples.security.rdbmsrealm.RDBMSDelegate.Finished
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 |
|
| Constructor Detail |
RDBMSDelegate.Finished(java.lang.Object value)
| Method Detail |
java.lang.Object getValue()
|
Documentation is available at http://e-docs.bea.com/wls/docs61 |
|||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||