Uses of Class
com.exonum.binding.core.proxy.AbstractCloseableNativeProxy
| Package | Description |
|---|---|
| com.exonum.binding.core.proxy | |
| com.exonum.binding.core.service | |
| com.exonum.binding.core.storage.database | |
| com.exonum.binding.testkit |
-
Uses of AbstractCloseableNativeProxy in com.exonum.binding.core.proxy
Constructors in com.exonum.binding.core.proxy with parameters of type AbstractCloseableNativeProxy Constructor Description AbstractCloseableNativeProxy(long nativeHandle, boolean dispose, AbstractCloseableNativeProxy referenced)Creates a native proxy.Constructor parameters in com.exonum.binding.core.proxy with type arguments of type AbstractCloseableNativeProxy Constructor Description AbstractCloseableNativeProxy(long nativeHandle, boolean dispose, Collection<AbstractCloseableNativeProxy> referenced)Creates a native proxy. -
Uses of AbstractCloseableNativeProxy in com.exonum.binding.core.service
Subclasses of AbstractCloseableNativeProxy in com.exonum.binding.core.service Modifier and Type Class Description classNodeProxyAn Exonum node context. -
Uses of AbstractCloseableNativeProxy in com.exonum.binding.core.storage.database
Subclasses of AbstractCloseableNativeProxy in com.exonum.binding.core.storage.database Modifier and Type Class Description classTemporaryDbA MerkleDB which stores its data in the temporary directory for testing purposes. -
Uses of AbstractCloseableNativeProxy in com.exonum.binding.testkit
Subclasses of AbstractCloseableNativeProxy in com.exonum.binding.testkit Modifier and Type Class Description classTestKitTestKit for testing blockchain services.