Uses of Interface
com.exonum.binding.proxy.CloseableNativeProxy
-
Packages that use CloseableNativeProxy Package Description com.exonum.binding.proxy com.exonum.binding.service com.exonum.binding.storage.database -
-
Uses of CloseableNativeProxy in com.exonum.binding.proxy
Classes in com.exonum.binding.proxy that implement CloseableNativeProxy Modifier and Type Class Description classAbstractCloseableNativeProxyA proxy of a native object. -
Uses of CloseableNativeProxy in com.exonum.binding.service
Classes in com.exonum.binding.service that implement CloseableNativeProxy Modifier and Type Class Description classNodeProxyAn Exonum node context. -
Uses of CloseableNativeProxy in com.exonum.binding.storage.database
Subinterfaces of CloseableNativeProxy in com.exonum.binding.storage.database Modifier and Type Interface Description interfaceDatabaseRepresents an underlying Exonum Storage database.Classes in com.exonum.binding.storage.database that implement CloseableNativeProxy Modifier and Type Class Description classMemoryDbAn in-memory database for testing purposes.
-