All Examples  Security Examples  This Package

Class examples.security.rdbmsrealm.RDBMSDelegate.Finished

java.lang.Object
    |
    +----java.lang.Throwable
            |
            +----examples.security.rdbmsrealm.RDBMSDelegate.Finished

protected static class RDBMSDelegate.Finished
extends java.lang.Throwable
We use this class to indicate 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.


Variable Index

 o value
The value associated with this object.

Constructor Index

 o RDBMSDelegate.Finished(Object)
Create a new object, with given value.

Method Index

 o getValue()
Return the value associated with this object.

Field Detail

 o value
private java.lang.Object value
          The value associated with this object.

Constructor Detail

 o RDBMSDelegate.Finished
RDBMSDelegate.Finished(java.lang.Object value)
          Create a new object, with given value.

Method Detail

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

All Examples  Security Examples  This Package