T - type of the value that is read and returned by this read operationpublic interface ReadOperation<T>
| Modifier and Type | Method and Description |
|---|---|
T |
run(ReadableTransaction txn)
Executes a read operation, and returns the read value.
|
T run(ReadableTransaction txn) throws Exception
txn - the read transaction where to execute the read operationException - if a problem occurs with the underlying storage engineCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.