Uses of Interface
com.exonum.binding.core.proxy.CloseableNativeProxy
-
Packages that use CloseableNativeProxy Package Description com.exonum.binding.core.proxy com.exonum.binding.core.service com.exonum.binding.core.storage.database com.exonum.binding.testkit -
-
Uses of CloseableNativeProxy in com.exonum.binding.core.proxy
Classes in com.exonum.binding.core.proxy that implement CloseableNativeProxy Modifier and Type Class Description class
AbstractCloseableNativeProxy
A proxy of a native object. -
Uses of CloseableNativeProxy in com.exonum.binding.core.service
Classes in com.exonum.binding.core.service that implement CloseableNativeProxy Modifier and Type Class Description class
NodeProxy
An Exonum node context. -
Uses of CloseableNativeProxy in com.exonum.binding.core.storage.database
Subinterfaces of CloseableNativeProxy in com.exonum.binding.core.storage.database Modifier and Type Interface Description interface
Database
Represents an underlying Exonum Storage database.Classes in com.exonum.binding.core.storage.database that implement CloseableNativeProxy Modifier and Type Class Description class
MemoryDb
An in-memory database for testing purposes. -
Uses of CloseableNativeProxy in com.exonum.binding.testkit
Classes in com.exonum.binding.testkit that implement CloseableNativeProxy Modifier and Type Class Description class
TestKit
TestKit for testing blockchain services.
-