| Package | Description |
|---|---|
| com.exonum.binding.service | |
| com.exonum.binding.service.adapters |
An internal package with adapters of Java Service interfaces
to the interface, convenient to the native code.
|
| Constructor and Description |
|---|
NodeProxy(long nativeHandle,
ViewFactory viewFactory)
Creates a proxy of a node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ViewProxyFactory
A factory of View proxies.
|
| Modifier and Type | Method and Description |
|---|---|
static ViewFactory |
ViewProxyFactory.getInstance()
Returns an instance of this factory.
|
| Constructor and Description |
|---|
UserServiceAdapter(Service service,
Server server,
ViewFactory viewFactory) |
UserTransactionAdapter(Transaction transaction,
ViewFactory viewFactory) |
Copyright © 2018 Exonum. All rights reserved.