Uses of Class
com.orchestranetworks.instance.RepositoryAccessException
Packages that use RepositoryAccessException
Package
Description
Provides core classes and interfaces for accessing datasets, tables, and their records.
-
Uses of RepositoryAccessException in com.onwbp.adaptation
Methods in com.onwbp.adaptation that throw RepositoryAccessExceptionModifier and TypeMethodDescriptionvoidRequestResult.close()This method must always be invoked once this result is no longer used, so as to ensure that underlying resources are released.booleanRequestResult.contains(Adaptation aRecord) Returnstrueif the specified record belongs to the result of this request (even if the record is obsolete).intRequestResult.getSize()Returns the total number of records held by this result.booleanRequestResult.isEmpty()Returnstrueif the result is empty (that is, size is 0).booleanRequestResult.isSizeGreaterOrEqual(int minimalSize) Verifies the number of records contained in this result.RequestResult.nextAdaptation()Moves the cursor to the next record in the result and returns it.voidRequestResult.refresh()Deprecated.booleanRequestResult.refreshIfNeeded()Deprecated.This method does not do anything: in accordance to Query snapshot isolation, the result is frozen whenRequest.execute()is called.
Request.execute()is called.